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 |
What is Test strategy?
What is memory leak and how you will find memory leak ? Which tools can be used to find out memory leak ?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
Difference btween the QA and QC?
How can data caching have a negative effect on load testing results?
How can you use technology to solve problem?
Why does user inter-operability testing present such a big challenge to the testing effort?
Hi frnz!! Can we do the Testing without writing Test Cases, but only posting the bugs in the BMS?
14 Answers HCL, JPMorgan Chase,
At what stage the unit testing has to be done?
what is the diffrence b/w Regression testing and re-testing
How to track a bug that appears number of times(i.e what is the way to calculate that a particular bug is appearing number of times evenafter fixing it).
Give practical example for implementing V-Model