databases Online Quiz - 217
Description: databases Online Quiz - 217 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Attempted
0/20
Correct 0
Score 0
‹
›
Which SQL statement is used to update data in a database?
With SQL, how do you select all the columns from a table named "Persons"?
With SQL, how can you insert a new record into the "Persons" table?
With SQL, how can you delete the records where the "FirstName" is "Peter" in the Persons Table?
With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" starts with an "a"?