1.

If a left outer join is performed and the tuple on the left hand side does not match with the tuple on the right hand side, what happens to the values that are preserved on the left hand side?

A. They are given null values
B. They are given a random value
C. The user is asked to enter data
D. The query is declared invalid by the compiler
Answer» B. They are given a random value


Discussion

No Comment Found