SQL uses the _________ as a delimiter for strings.

a. double quotes (" and ")
b. single quotes (' and ')
c. underscore (-)
d. percent (%)


B

Computer Science & Information Technology

You might also like to view...

What is the number of iterations in the following loop?

``` for (int i = 1; i < n; i++) { // iteration } ``` a. 2*n b. n c. n - 1 d. n + 1

Computer Science & Information Technology

Metadata is synonymous with document properties

Indicate whether the statement is true or false

Computer Science & Information Technology

The AND function evaluates two conditions; if TRUE is displayed in the cell, ________ of the conditions must be true

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

Computer Science & Information Technology

Tim ________________ developed the protocol for information distribution on the Internet, which became known as the World Wide Web.

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

Computer Science & Information Technology