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...


how to get the third quarter of employee details from emp?

Answers were Sorted based on User's Feedback



how to get the third quarter of employee details from emp?..

Answer / eshwer

select * from emp where TO_CHAR(hiredate,'Q')=3;

'Q' Regrives the all the 4 quarters(1,2,3,4) details on
that we retrive the 3 quarter details

Please check it

Is This Answer Correct ?    4 Yes 0 No

how to get the third quarter of employee details from emp?..

Answer / rupesh kumar

select * from emp where rownum<=(select round((count(*)/4)
*3) from emp)
minus
select * from emp where rownum<=(select round((count(*)/4)
*2) from emp)

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More SQL PLSQL Interview Questions

What does “select count(1) from tab” result?

10 Answers   IBM,


What is difference between rank () row_number () and dense_rank () in sql?

0 Answers  


Does user triggers have entry for trigger with compilation errors?

0 Answers  


How many types of privileges are available in sql?

0 Answers  


What kind of join is join?

0 Answers  


What is a full join sql?

0 Answers  


i don't want the message as 14 rows updated just it should update what it will do

4 Answers  


real time applications of nullif?

3 Answers  


what is a foreign key ? : Sql dba

0 Answers  


What is difference sql and mysql?

0 Answers  


what is 'trigger' in sql? : Sql dba

0 Answers  


how to analyze tables with 'mysqlcheck'? : Sql dba

0 Answers  


Categories