1. Display all the rows and columns in the CLIENT table.
Sort by client name in reverse alphabetical order.
Answers were Sorted based on User's Feedback
Answer / yogesh sharma
select * from emp order by reverse(ename) ;
| Is This Answer Correct ? | 6 Yes | 3 No |
State the various uses of dbcc command?
Differentiate between post-database commit and post-form commit?
What is Trace File ?
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.
How do I manually uninstall oracle client?
Q) How to Find Max Date from each Group? (Asked in Infosys (INFI)Interview)
How to connect to a remote server?
How to restrict the duplicate records in table valuesets
What happens to the current transaction if the session is killed?
what is the syntax of UPDATE command?
What is a Temporary Segment ?
How to define a data source name (dsn) in odbc manager?