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


Please Help Members By Posting Answers For Below Questions

what is meant by magic query

1775


How to end the current transaction in oracle?

560


Explain the difference between a procedure and a function? What do you understand by those terms?

624


What is meant by joins? List out the types of joins.

527


Explain overloading. Can functions be overloaded?

575






Explain the use of grant option in exp command.

586


How to upsert (update or insert into a table)?

539


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

1703


Which dictionary tables and/or views would you look at to diagnose a locking issue?

1490


How to define an anonymous block?

618


What is the difference between online and offline backups?

561


How can we delete duplicate rows in a table?

567


How to connect asp pages to oracle servers?

577


Difference between varchar and varchar2 data types?

668


How to open a cursor variable?

611