Initializing SQL database...
Back to Questions
Select All from Customers #43
easyWrite a query to select all columns from the customers table. This is a fundamental SQL operation. The asterisk (*) is a wildcard that represents all columns in the table. Your result should show every row and every column from the table.
Practice with:
Database Schema
customers
customers information
idnamevalue
Expected Output
Click "Show" to see what the correct output should look like.Tip: Try solving it yourself first for better learning!
SQL Editor
Loading...
Press Ctrl+Enter to run query • Start typing for autocomplete