MultipleChoice
Which three are true about granting object privileges on tables, views, and sequences?
OptionsMultipleChoice
The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type DATE
You want to display the date of the first Monday after the completion of six months since hiring.
The NLS_TERRITORY parameter is set to AMERICA in the session and, therefore, Sunday is the first day of the week Which query can be used?
OptionsMultipleChoice
Choose the best answer.
Examine the description of the EMPLOYEES table:
Which query is valid?
OptionsMultipleChoice
Which three are true about the CREATE TABLE command?
OptionsMultipleChoice
Choose two
Examine the description of the PRODUCT DETALS table:
MultipleChoice
Which two statements are true about single-row functions? (Choose two.)
OptionsMultipleChoice
Which three statements are true about sequences in a single instance Oracle database? (Choose three.)
OptionsMultipleChoice
Examine this statement:
What is returned upon execution?
OptionsMultipleChoice
Which three are true about system and object privileges? (Choose three.)
OptionsMultipleChoice
View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables.
You want to display PROD_IDS whose promotion cost is less than the highest cost PROD_ID in a promotion time interval.
Examine this SQL statements:
What will be the result?
Exhibit 1.
Exhibit 2.