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 / mk

elect clientnumber,ordate,shipping date from order where
datediff(mm,Orderdate,Shipping date) In (3,6);

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a stored procedure in oracle?

570


Explain the difference between sap and oracle?

569


How can we delete duplicate rows in a table?

558


How to select all columns of all rows from a table in oracle?

586


How to store only time; not date and time?

555






Explain about your project and its relation to the current job position you are applying to?

534


How to name query output columns in oracle?

676


How to use group functions in the select clause using oracle?

587


Explain mutating triggers.

566


What is background process in Oracle?

622


What is the difference between a primary key & a unique key?

584


How to define an oracle cursor variable?

559


How to import one table back from a dump file?

585


What is bulk load in oracle?

589


Query to retrieve record for a many to many relationship ?

2077