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


Please Help Members By Posting Answers For Below Questions

What is key preserved table?

567


Does oracle database need java?

522


How to name query output columns in oracle?

690


Explain the use of inctype option in exp command.

596


What's dateware house and what's clustor with practicle example

1641






 What are the oracle DML commands possible through an update strategy?

583


What is BBED in Oracle?

687


How to estimate disk space needed for an export job?

564


Please explain joins in oracle?

549


What is raw datatype?

595


What is a sub query? Describe its types?

548


How to call a stored function with parameters?

564


State and explain the different types of data models?

536


What is a schema in oracle?

547


Why do you use stored procedures and state some of its disadvantages?

565