Examine this SQL statement:Which two are true? (Choose two.)
Which two statements are true about TRUNCATE and DELETE? (Choose two.)
The STORES table has a column START_DATE of data type DATE, containing the date the row was inserted.You only want to display details of rows where START_DATE is within the last 25 months.Which WHERE clause can be used?
Which three are true about scalar subquery expressions? (Choose three.)
Examine this query:Which two methods should you use to prevent prompting for a hire date value when this query is executed? (Choose two.)
Examine the description of the PROMOTIONS table:You want to display the unique promotion costs in each promotion category.Which two queries can be used? (Choose two.)