Evaluate the following statement.
Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?
Examine the structure of the CUSTOMERS table: (Choose two.)
CUSTNO is the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result?
Examine the command:
What does ON DELETE CASCADE imply?
View the Exhibit and examine the structure of the BOOKS table.
The BOOKS table contains details of 100 books.
Examine the commands executed and their outcome:
Which statement is true?
Which two statements are true about substitution variables? (Choose two.)