Question: 1
Examine the structure of the BOOKS_TRANSACTIONS table.
You want to update this table such that BOOK_ID is set to 'INVALID' for all rows where no MEMBER_ID has been entered.
Examine this partial SQL statement:
Which condition must be used in the WHERE clause to perform the required update?
Question: 2
Evaluate the following SQL commands:
The command to create a table fails. Identify the reason for the SQL statement failure.
Question: 3
Evaluate the following query:
What would be the outcome of the above query?
Question: 4
View the exhibit and examine the description for the SALES and CHANNELS tables.
You issued this SQL statement:
Which statement is true regarding the result?
Question: 5
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?