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 is a package in oracle?
Why should I use oracle database?
How to import one table back from a dump file?
What do you mean by a database transaction & what all tcl statements are available in oracle?
How to initialize variables with default values?
What is meant by an index?
How to connect to the server with user account: sys?
What is difference between truncate and delete?
What is instant client oracle?
How to unlock the sample user account in oracle?
Explain joins in oracle?
What are the differences between char and varchar2 in oracle?
What are named parameters?
How to display employee records who gets more salary than the average salary in the department?
How to generate query output in html format?