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

What are the differences between char and varchar2 in oracle?

565


How to define a data field as not null?

632


How to export data with a field delimiter?

582


What is clustered table in Oracle?

643


how to handle exceptions in post production

950






Select all the employees who were hired in last 2 years and who works in dept where max managers are working.

2456


What is a cursor and what are the steps need to be taken?

601


What is a system tablespace and when it is created?

561


How to run create database statement again?

621


What do you understand by a database object? Can you list a few of them?

610


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

590


Is a rollback possible to any savepoint?

556


How to add a new column to an existing table with a default value?

548


How to create tables for odbc connection testing?

495


What is a user role in oracle?

613