Which two statements are true about constraints? (Choose two.)
Show answer and explanation
Correct answers: A, B
1Z0-082 Real Exam Questions
176 questions available · Page 1 of 18
Updated Exam DumpsVerified AnswersPass Guarantee
Which two statements are true about constraints? (Choose two.)
Correct answers: A, B
The PRODUCT_INFORMATION table has a UNIT_PRICE column of data type NUMBER(8, 2).
Evaluate this SQL statement:
SELECT TO_CHAR(unit_price, '$9,999')
FROM product_information;
Which two statements are true about the output? (Choose two.)
Correct answers: A, D
TBS1 is a permanent user-defined tablespace. Oracle Managed Files (OMF) is not used in this database.
Examine this command:
DROP TABLESPACE TBS1;
Which two actions will ensure that TBS1 is dropped and its data files are deleted from the file system? (Choose two.)
Correct answers: B, D
Which two tasks can be performed in the NOMOUNT state? (Choose two.)
Correct answers: C, D
Which two statements are true about the COUNT function? (Choose two.)
Correct answers: A, B
Which three statements are true about an SPFILE? (Choose three.)
Correct answers: B, C, D
Which two statements are true regarding non-equijoins? (Choose two.)
Correct answers: B, E
Which two tasks can be performed in the NOMOUNT state? (Choose two.)
Correct answers: C, D
Examine the structure of the two tables:

Which two queries execute successfully? (Choose two.)
Correct answers: C, D
Which three are benefits of using temp UNDO when performing DML on global temporary tables? (Choose three.)
Correct answers: A, D, E