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 |
What is set operator oracle?
Why do we use bulk collect in oracle?
why dont we assign not null constraint as table level constraint.
Maximum how many triggers can be updated in table ?
5 Answers Accenture, Cap Gemini,
What is a Segment ?
What is RULE-based approach to optimization ?
Differnce between view and index
What is Normalization ?
55 Answers ACS, Genpact, Graphix Solution, IBM, Keane India Ltd, TCS, Vault,
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.
"primary key=unique+null" is equal,reson?not,reason?
What is an oracle database?
 What are the oracle DML commands possible through an update strategy?