Inventory records for a bicycle shop are stored in a database table called TblBicycles.
The following SQL statement is written to select all columns for bicycle records where the quantity in stock (InStock) is less than 3.
SELECT ALL
FROM TblBicycles
IF InStock >= 3
The SQL statement is incorrect.
Rewrite the SQL statement so that it is correct.
95 exam-style questions on OCR GCSE Computer Science Programming fundamentals. Each one has a worked solution and a mark scheme showing where the marks go.