Oracle Database SQL - 1z0-071 Exam Practice Test
Which two statements are true about the COUNT function?
Correct Answer: D,E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Which two are true about the precedence of opertors and condtions
Correct Answer: C,E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Which three statements are true?
Correct Answer: C,E,F
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Examine the ORDER _ITEms table:

Which two queries return rows where QUANTITY is a multiple of ten?

Which two queries return rows where QUANTITY is a multiple of ten?
Correct Answer: D,E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Which two statements are true about the rules of precedence for operators?
Correct Answer: A,C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Which three items does a direction of a relationship contain?
Correct Answer: C,E,F
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
The PROD_ID column is the foreign key in the SALES table.Which references the PRODUCTS table.
Similarly,the CUST_ID and TIME_ID columns are Also foreign keys in the SALES table referencing the CUSTOMERS and TIMES tables, respectively.
Evaluate the following CREATE TABLE command:
CREATE TABLE new_sales(prod_id, I cust_id, order_date DEFAULT SYSDATE)
AS SELECT I prod_id,cust_id,time_id FROM sales.
Which statement is true regarding the above command?
Similarly,the CUST_ID and TIME_ID columns are Also foreign keys in the SALES table referencing the CUSTOMERS and TIMES tables, respectively.
Evaluate the following CREATE TABLE command:
CREATE TABLE new_sales(prod_id, I cust_id, order_date DEFAULT SYSDATE)
AS SELECT I prod_id,cust_id,time_id FROM sales.
Which statement is true regarding the above command?
Correct Answer: A
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Examine the description of the PROMTIONS table:

You want to display the unique promotion costs in each promotion category.
Which two queries can be used?

You want to display the unique promotion costs in each promotion category.
Which two queries can be used?
Correct Answer: B,E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Which three are true about granting object privileges on tables, views, and sequences?
Correct Answer: B,C,F
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
A session's NLS_DATE_FORMAT is set to DD Mon YYYY .
Which two queries return the value 1 Jan 2019?
Which two queries return the value 1 Jan 2019?
Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Which two statements are true about substitution variables?
Correct Answer: B,C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).