Multiple Choice
Which command will result in records that have a Col1 value greater than 100?
A) SELECT Col1 FROM Table1 IF Col1 GT 100
B) SELECT Col1 FROM Table1 WHERE Col1 > 100
C) SELECT Col1 > 100 FROM Table1
D) IF Col1 > 100 SELECT * FROM Table1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: What is the name for the type
Q4: What keyword can you include in a
Q5: Which of the following represents correct syntax
Q6: Which statement is used to modify column
Q7: Which clause do you use with a
Q9: How does the SQL language handle case
Q10: If you want to remove duplicates from
Q11: SQL is an imperative programming language.
Q12: How can you ease the managing of
Q13: What are the keywords CHECK, UNIQUE, and