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 |
Who will give the Priority and Severity?
What are the differences and similarities between build and fix model and the v-model??
What is Pilot testing ?
What is bug life cycle?Explane with example
How can data caching have a negative effect on load testing results?
Manual and automation how do they help in bringing out quality product? Explain?
What are the major testcase design techniques?
What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing?
What is application server and what is web server?
what is data base testing, explain with example
if any bug is found & that problem is resolve & make sure this type of problem is not arrise is any project also 1 - corrective & preventive Action 2 - Risk Analysis 3 - Impact Analysis 4 - Root Cause Analysis
what are the "steps to reproduce" for any bug?