How to get execution path reports on query statements?
When a form is invoked with call_form, Does oracle forms issues a save point ?
How to select an oracle system id (sid)?
How to increment dates by 1 in oracle?
what are the default admin accounts in Oracle 10g ?
what is kernel?
What is oracle instant client?
What is connection pool in oracle?
What is the difference between SQL, DDL, and DML?
7 Answers BeBo Technologies, Wipro,
How to use group functions in the select clause using oracle?
What are set operators?
What the is the diff between local index and global index. give some example.
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