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 |
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
What is a private synonym?
I have table-A(1,2,3,4,4,5,6,6,6,7). how to get all duplicate values?what is sql query?
wirte the syntax of update query?
Explain integrity constraint?
What is oracle and what are its different editions?
Is there any function in oracle similar like group_concat of mysql?
How to get execution path reports on query statements?
what is difference between cartesian join & cross join even they give same result?
How to establish administrator authentication to the server?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
Explain what are the type of synonyms?