Test your knowledge of SELECT and FROM clauses.
Please enter your name to begin. Once locked, it cannot be changed.
If you are stuck on a question, feel free to skip it and move on to the next one!
Books Database| BookID (Int) | Title (Text) | Author (Text) | Genre (Text) | PublicationYear (Int) | AvailableCopies (Int) |
|---|
Films Database| FilmID (Int) | Title (Text) | Director (Text) | Genre (Text) | ReleaseYear (Int) | Rating (Int) |
|---|
Students Database| StudentID (Int) | FirstName (Text) | LastName (Text) | Age (Int) | Subject (Text) | Score (Int) |
|---|