View the Exhibit and examine the structure of the PRODUCTS table.
Which two tasks require subqueries? (Choose two.)

Show answer and explanation
Correct answers: A, C
1Z0-082 Real Exam Questions
176 questions available · Page 1 of 18
Updated Exam DumpsVerified AnswersPass Guarantee
View the Exhibit and examine the structure of the PRODUCTS table.
Which two tasks require subqueries? (Choose two.)

Correct answers: A, C
Which statement is true about database links?
Correct answer: E
Which three statements are true about connection strings and service names used to connect to an Oracle database instance?
Correct answers: A, C, F
Which two statements are true about INTERVAL data types? (Choose two.)
Correct answers: A, F
Which three statements are true about performing Data Manipulation Language (DML) operations on a view with no INSTEAD OF triggers defined? (Choose three.)
Correct answers: B, D, E
In one of your databases, you create a user, HR, and then execute this command:
GRANT CREATE SESSION TO hr WITH ADMIN OPTION;
Which three actions can HR perform? (Choose three.)
Correct answers: A, B, C, D
References:
https://docs.oracle.com/cd/B28359_01/network.111/b28531/authorization.htm#DBSEG224
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 statement:

Exhibit 1.

Exhibit 2.

What will be the result?
Correct answer: D
Which three statements are true about a self join? (Choose three.)
Correct answers: B, E, F
Which two statements are true regarding a SAVEPOINT? (Choose two.)
Correct answers: D, E
Which two statements are true about UNDO and REDO? (Choose two.)
Correct answers: A, E
... undo is stored in redo logs also. During roll forward phase of instance/media recovery, as changes (redo in redo logs) are applied to datafiles, undo stored in redo logs is used to generate undo segments. These segments are subsequently used to rollback uncommitted changes during rollback phase of instance/ media recovery.
https://www.experts-exchange.com/articles/13880/UNDO-AND-REDO-IN-ORACLE.html