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
What is mutation testing & when can it be done?
What is Difference between Test Strategy and Test Methodology?
What is revision history and the content of revision history table?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
what are your achievements in your organization ? Guyz very very urgent , help me
define Testing of Procedure, Triggers and Functions in data base testing ?
What is alpha testing?
WHAT IS OBJECT REPOSITORY? AND IT TYPES? HOW MANY TYPES OF ACTIONS ARE THERE IN QTP? CAN WE ADD NEW OBJECTS AND PROPERTIES INTO SHARED OBJECT REPOSITORY?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
Write all combinations of test cases for calculater on + symbel
How do u determine,what to be tested?
Relative to other technical groups in the company? Relative to your staff?
What are the properties of a good requirement?
When should you opt for manual testing over automation testing?
What are the main key components in Web applications and Client Server applications? and their differences?