Select Specific Columns
Easy
select
Amazon
Google
Meta
Write a query to select only the name and email columns from the customers table, ordered by name.
Expected Output: Only name and email columns, ordered alphabetically by name.
Tables
Hints (2 available)
SQL Editor
Output
Click "Run" to see results...