Multiple Choice
If you want to compare a value in a column against a list of values, which syntax would you use?
A) WHERE [Column Name] LIKE ([Value1], [Value2], [Value3])
B) WHERE [Column Name] = ([Value1], [Value2], [Value3])
C) WHERE [Column Name] IN ([Value1], [Value2], [Value3])
D) WHERE [Column Name] EXISTS ([Value1], [Value2], [Value3])
Correct Answer:

Verified
Correct Answer:
Verified
Q27: How do you combine data using joins?
Q28: Transact-SQL is the variant of SQL developed
Q29: What is a null value and how
Q30: Use the syntax SELECT _ (expression)[Column Name]
Q31: Describe why you would use the data
Q33: The database schema is defined by the
Q34: Use the _ keyword to match a
Q35: Describe the use of the SELECT statement.
Q36: If Col1 contains the string "Hello" and
Q37: A database operation that can be used