Database Mgt

Free interactive SQL simulator to query tables, inspect schemas, and solve query logic puzzles.

Schema Viewer
students
id (INT) [PK] name (TXT) age (INT) track (TXT)
courses
course_id (TXT) [PK] title (TXT) credits (INT)
enrollments
enrollment_id (INT) student_id (INT) course_id (TXT) grade (TXT)
SQL Query Input
Result Set
Challenges List
Objective

SQL Console