get the employees details ordered by employee name in
alphabetical orders



get the employees details ordered by employee name in alphabetical orders..

Answer / rajendra prasad reddy penumall

This is related to SQL query(Database).
so can get the employees details ordered by employee name
in alphabetical order by using following query

select * from emp_deteails Orderby employ_name

normally it will show in acending alphabetical order
if you want to display in reverser alphabetical order
select * from emp_deteails Orderby employ_name desc
use desc key word at the end of the query.

if you have any doubt mail me: rajendra_penumalli@yahoo.com
or call me:9885162742

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

How to do Performance Testing manually for a Flash Application?

0 Answers   CTS, Oracle,


test cases on antivirus with integration testing

2 Answers   Infosys,


Can anyone explain about metrics

6 Answers  


What is PBX Testing & What is Test coverage?

3 Answers  


Explain v-model clearly ? how it works in real time on a project?

3 Answers   Mphasis,






How do you go about testing a web application?

5 Answers   3i Infotech,


Why we have to write test cases?.any specific reasons......

5 Answers   ME,


what is an yellow box testing?

9 Answers   Aryaan Solutions, Liquid Hub,


3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?

7 Answers  


I have 2+ year of work exp in manual testing and i have good knowledge in QTP.anybody have requirement in your company please please tell me

0 Answers  


what is the def between Test Plan and Test strategy

5 Answers  


How do you know when your code has met specifications?

2 Answers  


Categories