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

What is a Schema ?

6 Answers  


What is using clause and give example?

0 Answers  


How to Remove the 3rd highest salary person record from table?

9 Answers   HCL, IBM,


Which Department has MOST NUMBER of employees?

8 Answers   IBM, LeadSquared, Mastek,


What is the maximum number of CHECK constraints that can be defined on a column ?

3 Answers  


What are the differences between lov and list item?

0 Answers  


Explain what does a control file contain?

0 Answers  


Explain the difference between sql and oracle?

0 Answers  


Do View contain Data ?

10 Answers  


Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions

1 Answers  


What is the difference between pre-select and pre-query?

0 Answers  


What is a cluster?

2 Answers  


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)