If Col1 contains the string "Hello" and Col2 is Null, what is the result of SELECT Col1 + Col2?

A. "Hello"
B. Error
C. Null
D. "HelloNull"

Answer: C

Computer Science & Information Technology

You might also like to view...

A variable that is declared outside all program modules, including the main module, has __________ scope.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Explain what happens when an output file is opened in Java.

What will be an ideal response?

Computer Science & Information Technology