10. Display the client number, order date and shipping date
for all orders where the shipping date is between three and
six months after the order date.
Answer Posted / devraj
Select custid, ordid, shipdate From ord Where (shipdate -
orderdate) Between 3 And 6;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is oracle used for?
What is the relationship among database, tablespace and data file?
What is a system tablespace and when it is created?
How to use existing values in update statements using oracle?
What is meant by recursive hints in oracle?
Point out the difference between user tables and data dictionary?
What is the difference between $oracle_base and $oracle_home?
How to use like conditions in oracle?
How to create a stored function in oracle?
Is it possible to split the print reviewer into more than one region ?
What is meant by an index?
How to fetch the row which has the max value for a column?
How to concatenate two text values in oracle?
How to rebuild an index in oracle?
How to compare dates in oracle sql?