Which query is used to list a unique value for V_CODE, where the list will produce only a list of those values that are different from one another?
a. SELECT ONLY V_CODE
FROM PRODUCT;
b. SELECT UNIQUE V_CODE
FROM PRODUCT;
c. SELECT DIFFERENT V_CODE
FROM PRODUCT;
d. SELECT DISTINCT V_CODE
FROM PRODUCT;
Answer: a. SELECT ONLY V_CODE
FROM PRODUCT;
You might also like to view...
If a do…while structure is used:
a. An infinite loop cannot take place. b. Counter-controlled repetition is not possible. c. The body of the loop will execute at least once. d. An off-by-one error cannot occur.
The function that accepts a C-string as an argument and converts the string to a long integer is
a. atol b. strlong c. strtolong d. stringlong e. None of these
Which of the following is an undocumented and illicit point of entry into an operating system or application added by a system's programmers to bypass normal security?
A. back door B. hole C. discovery D. hash
On many keyboards, the Break key is also the ____ key.
A. Pause B. Esc C. Delete D. Ctrl