Skip to content
SQLSimplified
easystoreselectwhere

Select Active Customers

Problem

Write a query that returns the name and email of every customer whose is_active value is true.

Try It

Loading playground environment...

Hint

Solution

Next Problem