What type of JOIN returns all rows from the first table and any matching rows from the second table?

a. FULL OUTER JOIN
b. LEFT OUTER JOIN
c. RIGHT OUTER JOIN
d. INNER JOIN


b. LEFT OUTER JOIN

Computer Science & Information Technology

You might also like to view...

Which of the following will substitute an image named redButton.jpg that is stored in the same place as the web page for a generic button? The doStuff() function is called when the button is clicked.

a. ``` button type="image" src=redButton.jpg onclick="doStuff()" /> ``` b. ``` ``` c. ```

Computer Science & Information Technology

A frame with a set of boxes, toggle buttons, or option buttons

a. Combo option b. Frame group c. Option group

Computer Science & Information Technology

A(n) ________ is text or a graphic element that displays in the background of a document

Fill in the blank(s) with correct word

Computer Science & Information Technology

____________________ styles are applied to elements that only appear once on a page.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology