Free 1Z0-071 Exam Dumps

Question 11

Examine the business rule:
Each student can work on multiple projects and each project can have multiple students.
You need to design an Entity Relationship Model (ERD) for optimal data storage and allow for generating reports in this format:
STUDENT_ID FIRST_NAME LAST_NAME PROJECT_ID PROJECT_NAME PROJECT_TASK
Which two statements are true in this scenario?

Correct Answer:BE
References:
http://www.oracle.com/technetwork/issue-archive/2011/11-nov/o61sql-512018.html

Question 12

Which two statements are true regarding constraints? (Choose two.)

Correct Answer:CD

Question 13

Which statement is true regarding the UNION operator?

Correct Answer:B

Question 14

Examine the structure of the INVOICE table. NameNull?Type
-------------------------------------------------- INV_NONOT NULLNUMBER(3) INV_DATEDATE INV_AMTNUMBER(10,2)
Which two SQL statements would execute successfully?

Correct Answer:AC

Question 15

Examine the structure of the SALES table. (Choose two.)
1Z0-071 dumps exhibit
Examine this statement:
SQL > CREATE TABLE sales1 (prod_id, cust_id, quantity_sold, price) AS
SELECT product_id, customer_id, quantity_sold, price FROM sales
WHERE 1 = 2;
Which two statements are true about the SALES1 table?

Correct Answer:BD