Question: 1
Which two statements are true regarding working with dates? (Choose two.)
Question: 2
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables.
You executed this UPDATE statement:
Which statement is true regarding the execution? (Choose the best answer.)
Question: 3
View the Exhibit and examine the structure of the PRODUCTS table.
You must display the category with the maximum number of items.
You issue this query:
What is the result?
Question: 4
Examine the structure of the MEMBERS table:
Examine the SQL statement:
SQL > SELECT city, last_name LNAME FROM MEMBERS ORDER BY 1, LNAME DESC;
What would be the result execution? (Choose the best answer.)
Question: 5
View and Exhibit and examine the structure and data in the INVOICE table.
Which two statements are true regarding data type conversion in query expressions? (Choose two.)