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])

Answer: C

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a line whose points can be determined using a mathematical formula

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can use a database ________ to ask a question of the data

A) report B) form C) query D) table

Computer Science & Information Technology