Which two statements are true? (Choose two

Consider this scenario
A procedure X references a view Y that is based on a table Z .
Which two statements are true? (Choose two.)

Consider this scenario
A procedure X references a view Y that is based on a table Z .
Which two statements are true? (Choose two.)

A.
Y is a referenced object

B.
Z is a direct dependent of X

C.
Y is a direct dependent of X

D.
Y is an indirect dependent of X

E.
Y is an indirect dependent of Z

F.
Z is an indirect dependent of Y

Explanation:
A: Y is referenced by X.
C: There is a direct dependency between Z and X.
Incorrect Answers
B: X is an indirect dependent of X
D: Y is a Direct dependent of X.
E: Y is a direct dependent of Z.
F: Z is a direct dependent of Y.



Leave a Reply 2

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


Marian

Marian

C is wrong, the second correct answer is missing