Solved

Which Command Will Result in Records That Have a Col1

Question 8

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions