In an OUTER JOIN, what value does the database system return for any non matched columns?

a. NULL
b. Empty
c. Zero

a. NULL

Computer Science & Information Technology

You might also like to view...

Match the following join types to their descriptions:

I. Unequal join II. Inner join III. Outer join IV. Left outer join V. Right outer join A. can be created only in SQL view B. used when you want to display all of the records on the one side of a one-to-many relationship C. allows only the records where the value in a common field exists in both related tables to be displayed D. used when you want to display all of the records on the many side of a one-to-many relationship E. typically used to display records from both tables

Computer Science & Information Technology

What command can be used to scan for Windows installations not stored in the BCD?

A. bootrec /scanOS B. bootrec /fixmbr C. bootrec /fixboot D. bcdedit

Computer Science & Information Technology