SchoolabeSchoolabe
CoursesProgramsCompaniesQuizPrepAbout
Schoolabe

Learn, Practice, Ace Coding

ProgramsCompaniesTutorialsPracticeQuizInterview PrepCareer QuestGATE 2026Job Ready
AboutContactCareersBlog
DocumentationAPI ReferenceCommunitySupport
Privacy PolicyTermsRefund PolicyCookie Policy

© 2026 Schoolabe

Course Hub
0% Completed

Students table schema

BeginnerDB: intro_v1
Description

Create a table students with columns id, name, age.

Mission:Practice core SQL concepts for this chapter.
Investigation:Create a table students with columns id, name, age.
Expected Outcome:Return the correct result set.
Concept tags:
#CREATE#ALTER#DROP
Estimated: 3 minDifficulty: Beginner
Database Schema
Relationships
No relationships documented.
Tables
courses
idcourse_nameduration
employees2
idnamesalary
students
idnameageemail
Monaco SQL EditorBeginner3m
Loading...
SCAN
FILTER
GROUP
SORT
RESULT
Pipeline elapsed: 0ms
Shortcuts: Ctrl/Cmd+Enter run, Ctrl/Cmd+/ comment, Ctrl/Cmd+Shift+F format
#CREATE#ALTER#DROP
Result Summary
Expected: 1
Actual: 0
Needs update
Smart Hint: You returned fewer rows. Check JOIN/WHERE.
Progressive Hints
Hint 1: Follow the prompt carefully.
Run a query to see results.
Tip: Explore table previews first to understand data relationships.