“Which of the following queries will list all the rows in which the inventory stock dates occur on or after January 20, 2010?”,”SELECT P_DESCRIPT, P_QOH, P_MIN, P_PRICE
P_INDATEFROM PRODUCTWHERE P_INDATE >= ’20-JAN-2010′;”
The goto resource for studying materials
“Which of the following queries will list all the rows in which the inventory stock dates occur on or after January 20, 2010?”,”SELECT P_DESCRIPT, P_QOH, P_MIN, P_PRICE
P_INDATEFROM PRODUCTWHERE P_INDATE >= ’20-JAN-2010′;”