Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Oracle Database Administration I (1Z1-082) Free Practice Test

Question 1
The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOICE_DATE column of data type DATE.
NLS_DATE_FORMAT is set to DD-MON-RR.
Which two are true about data type conversions involving these columns in query expressions?
(Choose two.)

Correct Answer: A,D
Question 2
Which two are true about the roles? (Choose two.)

Correct Answer: D,E
Question 3
Which three statements are true about the Oracle join and ANSI join syntax? (Choose three.)

Correct Answer: C,E,G
Question 4
Which three statements are true regarding single row subqueries?

Correct Answer: C,D,F
Question 5
Which three statements are true about the Oracle Data Dictionary? (Choose three.)

Correct Answer: A,B,D
Question 6
The sales table has columns prod_id and quantity_sold of data type number In two queries execute successfully?

Correct Answer: B,E
Question 7
Examine the description of the customers table:

You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit Is below 1000.
Examine this partial query:
SELECT cust_last_name, cust_credit_limit FROM customers
Which two where conditions give the required result?

Correct Answer: A,D
Question 8
Which two statements are true about the SET VERIFY ON command? (Choose two.)

Correct Answer: B,E
Question 9
Examine this command and some partial output:

Why does the DB01.abc.comservice show unknown status?

Correct Answer: D
Question 10
Examine the description of the SALES1 table:

SALES2 is a table with the same description as SALES1.
Some sales data is duplicated in both tables.
You want to display the rows from the SALES1 table which are not present in the SALES2 table.
Which set operator generates the required output?

Correct Answer: B
Question 11
Which three statements are true about the DESCRIBE command? (Choose three.)

Correct Answer: A,B,C
Question 12
Which three statements are true about sequences in a single instance Oracle database?

Correct Answer: A,D,F
Question 13
Which two statements are true about space-saving features in an Oracle Database? (Choose two.)

Correct Answer: A,B
Question 14
Which two are true about instance recovery for a database that is open in read write mode?
(Choose two.)

Correct Answer: A,D