String Length and Substring

Easy
string-functions Instacart DoorDash Robinhood

Write a query to extract the domain from each customer's email (everything after '@'). Return name, email, and domain, ordered by domain, then name.

Expected Output: Each customer with their email domain extracted.

Tables

Hints (2 available)

SQL Editor

Output

Click "Run" to see results...