Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.

Answers were Sorted based on User's Feedback



10. Display the client number, order date and shipping date for all orders where the shipping date ..

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

10. Display the client number, order date and shipping date for all orders where the shipping date ..

Answer / devraj

Select custid, ordid, shipdate From ord Where (shipdate -
orderdate) Between 3 And 6;

Is This Answer Correct ?    1 Yes 1 No

10. Display the client number, order date and shipping date for all orders where the shipping date ..

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

More Oracle General Interview Questions

Can a formula column be obtained through a select statement ?

0 Answers   Oracle,


How to empty your oracle recycle bin?

0 Answers  


Youre getting high busy buffer waits - how can you find whats causing it?

1 Answers  


What is memory advisor in Oracle?

0 Answers   MCN Solutions,


Assuming that you are an End User How to find that in the payment Batch some of the Invoice was  Missing To pay How to find That??

0 Answers  


What privilege is needed for a user to query tables in another schema?

0 Answers  


Explain rename?

0 Answers  


Please explain the difference between outer join and inner join? With examples would be appreciable..!

6 Answers   IBM,


How to export your own schema?

0 Answers  


what is exact difference between drop and truncate table.

3 Answers  


How to specify default values in insert statement using oracle?

0 Answers  


What is Reduced List of Values?

0 Answers   iFlex,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)