How to define an oracle sub procedure?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Delete, Truncate and Drop in Oracle?
How to define a record variable to store a table row?
how to find the second highest salary in a given table????
what is a view?
What is the quickest way to export a table to a flat file?
Which are the five query types available in oracle?
What is the difference between normal and corelated subqueries?
Explain the difference between sap and oracle?
What is a package ? What are the advantages of package ?
How to insert a record into a table?
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!