READ Free Dumps For Oracle- 1z0-007
Question ID 8028 | Which object privileges can be granted on a view?
|
Option A | none
|
Option B | DELETE, INSERT,SELECT
|
Option C | ALTER, DELETE, INSERT, SELECT
|
Option D | DELETE, INSERT, SELECT, UPDATE
|
Correct Answer | D |
Explanation Explanation/Reference: Explanation : Object privilege on VIEW is DELETE, INSERT, REFERENCES, SELECT and UPDATE. Incorrect answer : A Object privilege on VIEW is DELETE, INSERT, REFERENCES, SELECT and UPDATE B Object privilege on VIEW is DELETE, INSERT, REFERENCES, SELECT and UPDATE C Object privilege on VIEW is DELETE, INSERT, REFERENCES, SELECT and UPDATE Refer : Introduction to Oracle9i : SQL, Oracle University Study Guide, 13-12
Question ID 8030 | Which is an iSQL*Plus command?
|
Option A | INSERT
|
Option B | UPDATE
|
Option C | SELECT
|
Option D | DESCRIBE
|
Option E | DELETE
|
Option F | RENAME
|
Correct Answer | D |
Explanation Explanation/Reference: Explanation : The only SQL*Plus command in this list : DESCRIBE. It cannot be used as SQL command. This command returns a description of tablename, including all columns in that table, the datatype for each column and an indication of whether the column permits storage of NULL values. Incorrect answer: A INSERT is not a SQL*PLUS command B UPDATE is not a SQL*PLUS command C SELECT is not a SQL*PLUS command E DELETE is not a SQL*PLUS command F RENAME is not a SQL*PLUS command Refer : Introduction to Oracle9i : SQL, Oracle University Study Guide, 7