AltQuery
Initializing SQL database...
Back to Questions

Select All from Students #75

easy

Write a query to select all columns from the students 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

students

students 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...

Start typing for autocomplete

AI Help

Ask for help!