AllExam Dumps

DUMPS, FREE DUMPS, VCP5 DUMPS| VMWARE DUMPS, VCP DUMPS, VCP4 DUMPS, VCAP DUMPS, VCDX DUMPS, CISCO DUMPS, CCNA, CCNA DUMPS, CCNP DUMPS, CCIE DUMPS, ITIL, EXIN DUMPS,


READ Free Dumps For Oracle- 1z0-001





Question ID 8174

Examine the table instance chart for the sales table. Column DCAR_ID SALES_ID name PURCHASE_N OCUSTOMER_I Key type PK FK FK FK Nulls/Unique NN, U NN NN NN FK table CUSTOMER CAR EMPLOYEE FK column ID ID ID Data type NUM NUM NUM NUM Length 9 9 9 9 You attempt to change the data base with this command: INSERT INTO sales(purchase_no, customer_id,car_id) VALUES(1234,345,6); If this statement fails which condition would explain the failure?

Option A

The sales table has too many foreign keys.

Option B

A mandatory column value is missing.

Option C

The statement has invalid data types.

Option D

The statement does not fail at all.

Correct Answer B
Explanation Explanation/Reference: Explanation: Answer B is correct because in this insert column SALES_ID is absent, but it can not be NULL according the table definition. Incorrect Answers: A: You can create much more than 3 foreign keys for the table. C: The statement has correct data types. D: The statement will fail because of NOT NULL condition violation. Oracle 8, DBA Certification Exam Guide, Jason S. Couchman, p. 10-11 Chapter 1: Selecting Data from Oracle


Question ID 8175

You attempt to query the data base with this command: SELECT name,salary FROM employee WHERE salary= (SELECT salary FROM employee WHERE last_name= 'Wagner' OR dept_no=233) Why could this statement cause an error?

Option A

Sub queries are not allowed in the where clause.

Option B

Logical apparatus are not allowed in where clause.

Option C

A multiple row sub query used with a single row comparison operator.

Option D

A single row query is used with a multiple row comparison operator.

Correct Answer C
Explanation Explanation/Reference: Explanation: Answer C is correct because sub query can return many rows, not only one, so usage of a single row comparison operator will cause an error. Incorrect Answers: A: Sub queries can be used in the WHERE clause. B: The WHERE clause uses logical apparatus to apply conditions for the rows. D: It's a multiple row sub query used in this statement, not a single row one. Oracle 8, DBA Certification Exam Guide, Jason S. Couchman, p. 64-72 Chapter 2: Advanced Data Selection in Oracle

Send email to admin@getfreedumps for new dumps request!!!