Can we call procedure inside function in oracle?
what is the syntax of ALTER command?
Give the various exception types.
12. Display the client name in upper case only and in lower case only.
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
what are indexes..how many types of index's are there and what are they?
7 Answers Green Info Solutions, TCS,
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
How to Remove the 3rd highest salary person record from table?
What is oracle join syntax?
What is oracle host variable?
Explain the use of log option in exp command.
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
how will I find the first 5 highest salaried employees in each dept in oracle.