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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What mean sql?

740


What is the use of non clustered index?

714


What is the difference between the conventional and direct path loader? : aql loader

867


Does pl/sql support create command?

743


What are field types?

727






Show code of a cursor for loop.

772


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

822


What is the difference between delete and truncate commands?

691


Why is pl sql needed?

678


what is a database? : Sql dba

809


Can pl sql procedure have a return statement?

724


What is a temp table?

746


What does pl sql developer do?

687


what are all the common sql function? : Sql dba

779


What is rownum in sql?

762