What should you include in the update statement?
You have a table that contains product IDs and product names.
You need to write an UPDATE statement to change the name of a specific product to glass.
What should you include in the update statement?
Which statement should you use?
which database structure does an insert statement operate?
On which database structure does an insert statement operate?
Which clause should you use in your update statement?
You have a table of products with fields for ProductID, Name, and Price.
You need to write an UPDATE statement that sets the value in the InStock field to Yes for a specific
ProductID.
Which clause should you use in your update statement?
Which statement should you use?
How many rows are returned by the SQL statement?
Use the drop-down menus to select the answer choice that completes each statement.
For each of the following statements, select Yes if the statement is true.
Which query should you use?
Which statement should you choose?
You accept an IT internship at a local charity. The charity asks you to keep a record of its volunteers
by using a database table named Volunteer.
The table has the following columns and rows:
When volunteer information changes, you must update the table. You need to change Tia’s name to
Kimberly. Which statement should you choose?