get the employees details ordered by employee name in
alphabetical orders

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what type of quetion may be asked for experienced person in manual tester of 1 year?

1840


Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?

5967


What are the different ways of doing black box testing?

655


Explain Single View Testing ?

1003


What is unit level testing?

659






In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.

4431


How should your staff be managed? How about your overtime?

2770


What is agile testing and why is it important?

693


few automation basic questions One question to write a scriot in any language you know.

1774


What are the different levels of manual testing?

676


Anyone attended the manual testing interview with L&T infotech in recent past. please let me know the type of questions they can ask especially in PM round. Thanks

10387


What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?

7091


What do you like about computers?

1795


what r u r responsibilities in current project

2029


Can anyone please tell in detail about the Rally tool and how a tester is going to use it.

2070