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 transaction control statement and how many types of transaction control statement in Oracle?
What are the attributes that are found in a cursor?
Explain the use of rows option in exp command.
What is the data type of dual table?
What is oracle in java?
various types of hints and their usage
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
can u plz provide me oca sql dumps please i need them
How to run queries on external tables?
What is oracle instant client?
How to use subqueries with the exists operator in oracle?
How to add a new column to an existing table in oracle?
What is a dead lock in oracle?
How to delete a user account in oracle?
What are joins, explain all types of joins?