Write SQL and Python, run instantly in your browser, and track your progress.
You are a Data Analyst at Shopify. The Customer Relations team needs an alphabetically sorted customer directory for their new CRM system. Create a clean customer list showing key contact information sorted by name.
| Column Name | Type |
|---|---|
| customer_id | int64 |
| full_name | object |
| object | |
| phone | object |
You are a Data Analyst at Shopify. The Customer Relations team needs an alphabetically sorted customer directory for their new CRM system. Create a clean customer list showing key contact information sorted by name.
| Column Name | Type |
|---|---|
| customer_id | int64 |
| full_name | object |
| object | |
| phone | object |
| city | object |
| city | object |
| state | object |
| state | object |
| country | object |
| country | object |
| created_at | object |
| created_at | object |
| customer_id | full_name | phone | city | state | country | created_at | |
|---|---|---|---|---|---|---|---|
| 1 | Sophia Lewis | sophia.lewis@gmail.com | San Diego | CA | US | 2024-10-10 19:19:27 |
| customer_id | full_name | phone | city | state | country | created_at | |
|---|---|---|---|---|---|---|---|
| 1 | Sophia Lewis | sophia.lewis@gmail.com | San Diego | CA | US | 2024-10-10 19:19:27 |
| customer_id | full_name | country | |
|---|---|---|---|
| 45 | Ahmed Collins | ahmed_collins@icloud.com | CA |
| 10 | Ahmed Rodriguez | arodriguez@protonmail.com | US |
| 46 | Albert Nakamura | anakamura@aol.com | AU |
| 3 | Andrea Miller | andrea_miller@zoho.com |
| customer_id | full_name | country | |
|---|---|---|---|
| 45 | Ahmed Collins | ahmed_collins@icloud.com | CA |
| 10 | Ahmed Rodriguez | arodriguez@protonmail.com | US |
| 46 | Albert Nakamura | anakamura@aol.com | AU |
| 3 | Andrea Miller | andrea_miller@zoho.com |
Showing first 5 of 50 rows.
Showing first 5 of 50 rows.
1. Data Selection:
2. Output:
1. Data Selection:
2. Output:
| 2 | Marilyn Kelly | marilynkelly@yahoo.com | New York | NY | US | 2024-11-30 08:33:24 |
| 2 | Marilyn Kelly | marilynkelly@yahoo.com | New York | NY | US | 2024-11-30 08:33:24 |
| 3 | Andrea Miller | andrea_miller@zoho.com | +1-803-484-1106 | Winnipeg | MB | CA | 2025-06-22 16:35:50 |
| 3 | Andrea Miller | andrea_miller@zoho.com | +1-803-484-1106 | Winnipeg | MB | CA | 2025-06-22 16:35:50 |
| 4 | Luis Green | lgreen@aol.com | +1-544-304-2519 | San Antonio | TX | US | 2025-01-26 13:10:44 |
| 4 | Luis Green | lgreen@aol.com | +1-544-304-2519 | San Antonio | TX | US | 2025-01-26 13:10:44 |
| 5 | Anthony Alvarez | anthonya@protonmail.com | +1-749-327-7201 | Los Angeles | CA | US | 2024-10-01 14:28:15 |
| 5 | Anthony Alvarez | anthonya@protonmail.com | +1-749-327-7201 | Los Angeles | CA | US | 2024-10-01 14:28:15 |
| CA |
| CA |
| 12 | Ann O'Connor | ann.o'connor96@hotmail.com | US |
| 12 | Ann O'Connor | ann.o'connor96@hotmail.com | US |