Oracle 1z0-082 - Oracle Database Administration I
Which two statements are true about the Oracle Data Dictionary?
Which two statements are true about interval data types?
Examine the description of the PRODUCT_STATUS table:
The status column contains the values 'in stock' or 'out of stock' for each row.
Which two queries will execute successfully?
Which three statements are true about using SQL*Plus?
Examine this command:
Which two statements are true?
Which three statements are true about the Automatic Diagnostic Repository (ADR)?
You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.
The variables used in your query are never undefined in your session.
Which query can be used?
Which statement is true about aggregate functions?
A script abc.sql must be executed to perform a job.
A database user HR, who is defined in this database, executes this command:
$ sqlplus hr/hr@orcl @abc.sql
What will happen upon execution?
Examine the description of the product_details table:
Which two statements are true?