Oracle Database SQL - 1z0-071 Exam Practice Test
Which three privileges can be restricted to a subset of columns in a table? (Choose three.)
Correct Answer: A,C,E
Which three statements indicate the end of a transaction? (Choose three.)
Correct Answer: A,C,E
See the Exhibit and Examine the structure of the CUSTOMERS table:

Using the CUSTOMERS table, you need to generate a report that shows an increase in the credit limit by 15% for all customers. Customers whose credit limit has not been entered should have the message "Not Available" displayed.
Which SQL statement would produce the required result?

Using the CUSTOMERS table, you need to generate a report that shows an increase in the credit limit by 15% for all customers. Customers whose credit limit has not been entered should have the message "Not Available" displayed.
Which SQL statement would produce the required result?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Examine the description of the SALEStable:

The SALEStable has 55,000 rows.
Examine this statement:

Which two statements are true? (Choose two.)

The SALEStable has 55,000 rows.
Examine this statement:

Which two statements are true? (Choose two.)
Correct Answer: A,C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which four statements are true regarding primary and foreign key constraints and the effect they can have on table data? (Choose four.)
Correct Answer: B,D,F,G
Which two statements are true about *_TABLES views? (Choose two.)
Correct Answer: A,F
Which two statements are true about transactions in the Oracle Database server? (Choose two.)
Correct Answer: B,D
Which three SQL statements would display the value 1890.55 as $1,890.55? (Choose three.)
Correct Answer: A,D,E
View the Exhibit and examine the structure of the stores table.

You want to display the name of the store along with the address, START_DATE, PROPERTV_PRICE, and the projected property price, which is 115% of the property price. The stores displayed must have START_DATE in the range of 36 months starting from 01- Jan-2000 and above.
Which SQL statement would get the desired output?

You want to display the name of the store along with the address, START_DATE, PROPERTV_PRICE, and the projected property price, which is 115% of the property price. The stores displayed must have START_DATE in the range of 36 months starting from 01- Jan-2000 and above.
Which SQL statement would get the desired output?
Correct Answer: A
Examine the commands used to createDEPARTMENT_DETAILS andCOURSE_DETAILS:

You want to generate a list of all department IDs along with any course IDs that may have been assigned to them.
Which SQL statement must you use?

You want to generate a list of all department IDs along with any course IDs that may have been assigned to them.
Which SQL statement must you use?
Correct Answer: B
Examine this statement:

What is returned upon execution?

What is returned upon execution?
Correct Answer: C