12. Display the client name in upper case only and in lower
case only.
Answer Posted / devraj
Use function Lower and upper
select lower(ename), upper(ename) from emp;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are a cluster and non-cluster index?
What are a collation and state the different types of collation sensitivity?
Can objects of the same schema reside in different tablespace?
How do I escape a reserved word in oracle?
How to establish administrator authentication to the server?
What are ddl statements in oracle?
How do I limit the number of rows returned by an oracle query after ordering?
What do you mean by merge in oracle?
What is the max number of columns in an oracle table?
How do you store pictures in a database?
Give the various exception types.
What is the data pump import utility?
Can we store images in oracle database?
How to do paging with oracle?
What is the difference between alert log file and tarce file ?