Question: 1
Examine the structure of the DEPARTMENTS table.
You execute the following command:
Which two statements are true?
Question: 2
View the exhibit and examine the description of SALES and PROMOTIONS tables.
You want to delete rows from the SALES table, where the PROMO_NAME column in the PROMOTIONS table has either blowout sale or everyday low price as values.
Which three DELETE statements are valid? (Choose three.)
Question: 3
You need to display the first names of all customers from the CUSTOMERS table that contain the character 'e' and have the character 'a' in the second last position.
Which query would give the required output?
Answer : A
Show Answer
Hide Answer
Question: 4
Examine the data in the ORD_ITEMS table:
Evaluate this query:
Which statement is true regarding the result?
Question: 5
Which two statements are true regarding the DELETE and TRUNCATE commands?