Which set of SQL statements achieves the desired results?

You need to perform these tasks: Create and assign a MANAGER role to Blake and Clark
Grant CREATE TABLE and CREATE VIEW privileges to Blake and Clark Which set of SQL
statements achieves the desired results?

You need to perform these tasks: Create and assign a MANAGER role to Blake and Clark
Grant CREATE TABLE and CREATE VIEW privileges to Blake and Clark Which set of SQL
statements achieves the desired results?

A.
CREATE ROLE manager; GRANT create table, create view TO manager; GRANT
manager TO BLAKE,CLARK;

B.
CREATE ROLE manager; GRANT create table, create voew TO manager; GRANT
manager ROLE TO BLAKE,CLARK;

C.
GRANT manager ROLE TO BLAKE,CLARK; GRANT create table, create voew TO
BLAKE CLARK; ***MISSING***



Leave a Reply 4

Your email address will not be published. Required fields are marked *


desho

desho

A,B are identical!!

fatima

fatima

no they are not ..
in A grant to role manager
and in B grant to manager

Kelvin Cromwell

Kelvin Cromwell

Cleared Oracle Database 11g 1Z0-051 exam last weekend!

Scored 90%! (The passing score is 60%)

There were 64 questions in my actual 1Z0-051 test.

Many questions on SQL statements (Examine, Evaluate…etc.), Manipulating Data (Insert, Update, Delete), Using DDL Statements to Create and Manage Tables.

Also, please pay close attention to questions on Reporting Aggregated Data Using the Group Functions, Using Subqueries to Solve Queries, Creating Schema Objects, a little difficult!

I mainly learned the PassLeader 1Z0-051 dumps (http://www.passleader.com/1z0-051.html) (303q VCE and PDF), all questions were from it, and many wrong answers have been corrected in it, the most valid 1Z0-051 dumps! DO RECOMMEND!!

Kelvin Cromwell

Kelvin Cromwell

By the way, part of that 303q 1Z0-051 dumps are available here:

http://www.oraclebraindump.com/?s=1z0-051

(
p.s. More 1Z0-051 exam questions on Google Drive:

drive.google.com/open?id=0B-ob6L_QjGLpWXpBUEhyRnVXVlE
)

Good Luck!!!