SQL Practice Quiz: Chunk 2

Test your knowledge of the WHERE clause and data filtering.

Please enter your name to begin. Once locked, it cannot be changed.

🗄️ Available Tables

You must use the exact capitalisation for the tables below. Do not use lowercase!

⚠️ THE GOLDEN RULES OF WHERE ⚠️

Section 1: Spot the Error

Read the broken queries below and type the CORRECTED version.

StudentID (Int)FirstName (Text)LastName (Text)Subject (Text)Age (Int)

Section 2: The Books Database

Write the exact SQL code needed to achieve the plain-English tasks.

BookID (Int)Title (Text)Author (Text)Genre (Text)PublicationYear (Int)AvailableCopies (Int)

Section 3: The Films Database & Consolidation

FilmID (Int)Title (Text)Director (Text)Genre (Text)ReleaseYear (Int)Rating (Int)

Screenshot this box when finished

NAME NOT LOCKED YET
0 / 16 correctly finished