SQL Selection Practice
Master the fundamental SELECT and FROM clauses. In this chunk, we focus purely on choosing columns and tables.
Identification Required
Section 1: The Books Database
| BookID (Int) | Title (Text) | Author (Text) | Genre (Text) | PublicationYear (Int) | AvailableCopies (Int) |
|---|
Section 2: The Films Database
| FilmID (Int) | Title (Text) | Director (Text) | Genre (Text) | ReleaseYear (Int) | Rating (Int) |
|---|
Section 3: The Students Database
| StudentID (Int) | FirstName (Text) | LastName (Text) | Age (Int) | Subject (Text) | Score (Int) |
|---|
Official Verification
Identity Not Verified
0 / 15
Questions Validated Correctly