12. Display the client name in upper case only and in lower
case only.
Answer / devraj
Use function Lower and upper
select lower(ename), upper(ename) from emp;
| Is This Answer Correct ? | 6 Yes | 0 No |
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.
What is Library Cache in Oracle?
What is autonomous transaction?
Indexes in oracle ?
3 Answers Keane India Ltd, L&T,
how to retrieve data from different tables ,place this data in different excel worksheets.
What is snapshot is too old? Give and example for better understand.
What is a subquery in oracle?
ABOUT IDENTITY?
What is a Segment ?
what are the advantages of running a database in archive log mode?
What is cluster Key ?