On your Oracle Database, you issue the following commands to create indexes:
SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id) INVISIBLE;
SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customer_id, sales_rep_id);
Which two statements are true?
Correct Answer:
BF
You create a new pluggable database, HR_PDB, from the seed database. Which three tablespaces are created by default in HR_PDB?
Correct Answer:
ABE
To implement Automatic Management (AMM), you set the following parameters:<>> > >>
Correct Answer:
B
Examine these two statements:<>
Correct Answer:
CDE
A redaction policy was added to the SAL column of the SCOTT.EMP table:<>>
Correct Answer:
ABD