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 |
How to Test a C++ and unix application is there any automated tool available,
what are the test cases for one rupee coin box ( telephone Box)
What are the main key components in web applications?
1.what are the different types of testing techniques ?
What is test methodology?
What is the difference between SIT and IST?
Difference between Functional and System testing?
What do you mean by penetration testing? i go through' in some site, but i want in detailed . how we have to test by these type of testing. Will any one knows plz guide me. Thanks in advance
What is webbased application testing?
What is defect validity ratio?
There is a window with 6 to 7 fields like First Name, Last Name,Address,Contact Number, ..........etc My Question is ---> What are the -ve test cases for such a fields.There are no validations for any field.
When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one of this technique useing by a comany...is it right?