Consider the following SQL statement and the Orders relation shown in the exhibit:
What is the output of this SQL statement?
SELECT *
FROM Orders
WHERE NOT (Amount < 1000
AND Sales_Rep_No = 210);
A.
A
B.
B
C.
C
D.
D
Consider the following SQL statement and the Orders relation shown in the exhibit:
What is the output of this SQL statement?
SELECT *
FROM Orders
WHERE NOT (Amount < 1000
AND Sales_Rep_No = 210);
A.
A
B.
B
C.
C
D.
D