00:00

QUESTION 16

Which two statements are true about Data Manipulation Language (DML) statements?

Correct Answer: BE
References:
http://www.techonthenet.com/sql/and_or.php

QUESTION 17

When does a transaction complete? (Choose all that apply.)

Correct Answer: CDE

QUESTION 18

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 19

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 20

Which three statements are true regarding the WHERE and HAVING clauses in a SQL statement? (Choose three.)

Correct Answer: ABD