What is the value returned by this statement?

The Product table contains the following data.

You execute the following statement:
SELECT COUNT(*) FROM Product WHERE Quantity > 18 What is the value returned by this
statement?

The Product table contains the following data.

You execute the following statement:
SELECT COUNT(*) FROM Product WHERE Quantity > 18 What is the value returned by this
statement?

A.
1

B.
2

C.
3

D.
4



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Sven

Sven

33, 20 and 51 are all greater than 18.