Free Oracle 1Z0-071 Exam Braindumps (page: 3)

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

  1. A role can be granted to itself.
  2. A role can be granted to PUBLIC.
  3. A user can be granted only one role at any point of time.
  4. The REVOKE command can be used to remove privileges but not roles from other users.
  5. Roles are named groups of related privileges that can be granted to users or other roles.

Answer(s): B,E


Reference:

http://docs.oracle.com/cd/E25054_01/network.1111/e16543/authorization.htm#autoId28



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

  1. A constraint is enforced only for an INSERT operation on a table.
  2. A foreign key cannot contain NULL values.
  3. A column with the UNIQUE constraint can store NULLS.
  4. You can have more than one column in a table as part of a primary key.

Answer(s): C,D



Evaluate the following statement.


Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?

  1. They are evaluated by all the three WHEN clauses regardless of the results of the evaluation of any other WHEN clause.
  2. They are evaluated by the first WHEN clause. If the condition is true, then the row would be evaluated by the subsequent WHEN clauses.
  3. They are evaluated by the first WHEN clause. If the condition is false, then the row would be evaluated by the subsequent WHEN clauses.
  4. The insert statement would give an error because the ELSE clause is not present for support in case none of WHEN clauses are true.

Answer(s): A


Reference:

http://psoug.org/definition/WHEN.htm



Examine the structure of the MEMBERS table:


You want to display details of all members who reside in states starting with the letter A followed by exactly one character. Which SQL statement must you execute?

  1. SELECT * FROM MEMBERS WHERE state LIKE '%A_';
  2. SELECT * FROM MEMBERS WHERE state LIKE 'A_';
  3. SELECT * FROM MEMBERS WHERE state LIKE 'A_%';
  4. SELECT * FROM MEMBERS WHERE state LIKE 'A%';

Answer(s): B



Viewing page 3 of 95
Viewing questions 9 - 12 out of 380 questions



Post your Comments and Discuss Oracle 1Z0-071 exam prep with other Community members:

1Z0-071 Exam Discussions & Posts