nerdexam
Oracle

1Z0-047 · Question #160

Evaluate the following SELECT statement and view the Exhibit to examine its output: SELECT constraint_name, constraint_type, search_condition, r_constraint_name, delete_rule, status FROM…

The correct answer is A. In the second column, 'C' indicates a check constraint. D. The column DELETE_RULE decides the state of the related rows in the child table when the corresponding. See the full explanation below for the reasoning.

Question

Evaluate the following SELECT statement and view the Exhibit to examine its output:

SELECT constraint_name, constraint_type, search_condition, r_constraint_name, delete_rule, status FROM user_constraints WHERE table_name = ORDERS Which two statements are true about the output? (Choose two.)

Exhibit

1Z0-047 question #160 exhibit

Options

  • AIn the second column, 'C' indicates a check constraint.
  • BThe STATUS column indicates whether the table is currently in use.
  • CThe R_CONSTRAINT_NAME column gives the alternative name for the constraint.
  • DThe column DELETE_RULE decides the state of the related rows in the child table when the corresponding

How the community answered

(50 responses)
  • A
    78% (39)
  • B
    8% (4)
  • C
    14% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice