Which query will list all the rows in which the inventory stock dates occur on or after January 20,2010?
A) SELECT P_DESCRIPT, P_QOH, P_MIN, P_PRICE, P_INDATE
FROM PRODUCT
WHERE P_INDATE >= '20-JAN-2010'
B) SELECT P_DESCRIPT, P_QOH, P_MIN, P_PRICE, P_INDATE
FROM PRODUCT
WHERE P_INDATE >= $20-JAN-2010$
C) SELECT P_DESCRIPT, P_QOH, P_MIN, P_PRICE, P_INDATE
FROM PRODUCT
WHERE P_INDATE <= '20-JAN-2010'
D) SELECT P_DESCRIPT, P_QOH, P_MIN, P_PRICE, P_INDATE
FROM PRODUCT
WHERE P_INDATE >= {20-JAN-2010}
Correct Answer:
Verified
Q24: Some RDBMSs,such as Oracle,automatically data changes when
Q45: Which query will output the table contents
Q45: The command would be used to delete
Q46: Which query will output the table contents
Q47: To delete a row from the PRODUCT
Q48: The special operator used to check for
Q49: Which query will output the table contents
Q52: Which query uses the correct SQL syntax
Q53: Which query will use the given columns
Q58: The special operator used to check whether
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents