answers correctly solved 2025/2026
The maximum number of clauses in an SQL Select statement is: - correct answer ✔6
The minimum number of clauses in an SQL Select statement is _____. (enter a digital number) - correct
answer ✔2
A column whose value is always unique in every row in a table is called a(n) _____. - correct answer
✔key
The clause the gives the condition for selecting rows is the _____ clause. - correct answer ✔where
The SQL statement used to take rows out of a table is: - correct answer ✔delete
To sort the result in alphabetical order you use the key word Alphabetic. - correct answer ✔false
A query that accesses a single table is called a(n) ________ query. - correct answer ✔simple
The order in which the four SQL query clauses are executed is _____ _____ _____ _____. (separate your
answers by commas.) - correct answer ✔FROM, WHERE, SELECT , ORDER BY
To eliminate duplicate values you put into the Select clause the key word - correct answer ✔distinct
To eliminate duplicate values in the answer use this word in the Select clause: _____. - correct answer
✔distinct