Shortcut Navigation:

SQL Statement Quiz

Which SQL statement is used to extract data from a database?

Which SQL statement is used to update data in a database?

Which SQL statement is used to delete data from a database?

Which SQL statement is used to insert new data in a database?

With SQL, how do you select a column named "FirstName" from a table named "Persons"?

With SQL, how do you select all the columns from a table named "Persons"?

With SQL, how can you insert "Olsen" as the "LastName" in the "Persons" table?

With SQL, how can you insert a new record into the "Persons" table?

Which SQL keyword is used to sort the result-set?