Multiple Choice
Which of the following queries 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;
Correct Answer:

Verified
Correct Answer:
Verified
Q13: The constraint assigns a value to an
Q17: When a user issues the DELETE FROM
Q17: To list the contents of a table,you
Q18: Entity integrity is enforced automatically when the
Q19: The SQL aggregate function that gives the
Q20: Which of the following queries will list
Q21: A database language enables the user to
Q23: All SQL commands must be issued on
Q38: The ANSI SQL standards are also accepted
Q55: String comparisons are made from left to