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 relational database management system?
How many data types are supported?
How to assign a table row to a record variable?
How to connect the oracle server as sysdba?
What is an oracle transaction?
What is raw datatype in oracle?
Explain what are the type of synonyms?
Difference between oracle's plus (+) notation and ansi join notation?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
Explain the use of indexes option in exp command.
How to convert character types to numeric types?
What are the different oracle database objects?
 What are the oracle DML commands possible through an update strategy?
Can we write insert statement in function in oracle?
How to define a data source name (dsn) in odbc manager?