Which three statements are true about the Automatic Diagnostic Repository (ADR)?
Which three statements are true about roles?
You have been tasked to create a table for a banking application.
One of the columns must meet three requirements:
Be stored in a format supporting date arithmetic without using conversion functions
Store a loan period of up to 10 years
Be used for calculating interest for the number of days the loan remains unpaid
Which data type should you use?
Which two statements are true about Enterprise Manager (EM) Express?
Which two statements are true about date/time functions in a session where NLS_DATE_FORMAT is set to DD-MON-YYYY HH24:MI:SS? (Choose two.)
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
Which statement is true about the INTERSECT operator used in compound queries?
Examine the description of the BOOKS table:
The table has 100 rows.
Examine this sequence of statements issued in a new session:
INSERT INTO books VALUES (‘ADV112’, ‘Adventures of Tom Sawyer’, NULL, NULL);
SAVEPOINT a;
DELETE FROM books;
ROLLBACK TO SAVEPOINT a;
ROLLBACK;
Which two statements are true? (Choose two.)
Which two statements are true about interval data types?
Which three statements are true about the Oracle Data Dictionary? (Choose three.)