Which query uses the correct SQL syntax to list the table contents for either V_CODE = 21344 or V_CODE = 24288?
A) SELECT P_DESCRIPT, P_INDATE, P_PRICE, V_CODE
FROM PRODUCT
WHERE V_CODE = 21344
OR V_CODE <= 24288
B) SELECT P_DESCRIPT, P_INDATE, P_PRICE, V_CODE
FROM PRODUCT
WHERE V_CODE = 21344
OR V_CODE => 24288
C) SELECT P_DESCRIPT, P_INDATE, P_PRICE, V_CODE
FROM PRODUCT
WHERE V_CODE = 21344
OR V_CODE > 24288
D) SELECT P_DESCRIPT, P_INDATE, P_PRICE, V_CODE
FROM PRODUCT
WHERE V_CODE = 21344
OR V_CODE = 24288
Correct Answer:
Verified
Q24: Some RDBMSs,such as Oracle,automatically data changes when
Q45: The command would be used to delete
Q47: To delete a row from the PRODUCT
Q48: The special operator used to check for
Q49: Which query will output the table contents
Q50: Which query will list all the rows
Q53: Which query will use the given columns
Q56: When you issue the DELETE FROM tablename
Q57: The _ command is used to restore
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