View the Exhibit and examine the structure of the CUSTOMERS table.
Evaluate the following SQL statement:
Which statement is true regarding the outcome of the above query?
View the Exhibit and examine the descriptions of the DEPT and LOCATIOMS tables.
You want to update the CITY column of the DEPT table for all the rows with the corresponding value in the CITY column of the LOCATIONS table for each department.
Which SQL statement would you execute to accomplish the task?
Examine the description of the EMPLOYYES table:
Which two statements will run successfully?
You issued this command:
CHOOSE THREE
SQL > DROP TABLE employees;
Which three statements are true?
View the Exhibit and examine the structure of ORDERS and ORDER_ITEMS tables.
ORDER_ID is the primary key in the ORDERS table and the foreign key of the ORDER_ITEMS table, whose constraint is defined with the ON DELETE CASCADE option.
Which DELETE statement would execute successfully?