Solved

What Result Set Will the Following Query Return

Question 105

Multiple Choice

What result set will the following query return?
Select item_no,description
From item
Where weight > 100 and weight < 200;


A) The item_no and description for all items weighing less than 100
B) The item_no for all items weighing between 101 and 199
C) The item_no and description for all items weighing between 101 and 199
D) The item_no for all items weighing more than 200

Correct Answer:

verifed

Verified

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

Related Questions