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 / subhajit acharyya
select clientnumber,ordate,shipping date from order where
months_between(shipping date,ordate) between 3 and 6;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many categories of data types?
Explain view?
How does the on-delete-cascade statement work?
Is oracle a programming language?
Explain the types of exception?
What are a query and state the different types of queries and their uses?
How many data types are supported?
What is a server parameter file in oracle?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
What are the uses of a database trigger?
How do I manually create a database in oracle?
Why does for update in oracle 8 cause an ora-01002 error?
What is Trigger in Oracle?
What is a lookup table in oracle?
How to change program global area (pga) in oracle?