What is the difference between the conventional and direct path loads? : aql loader
How can we Get the Updated Rows? ie, There is 100s of Rows i updated the Rows who have salary 5000. then i want to select the Updated Rows. How can we achieve it?
who introduced sql?
Can we use out parameter in function?
What does closing a cursor do?
How does left join work in sql?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
using cursors salesman get bonus as 10% of their salary , managers get 20% , analalist get 30%. generae a report showing the employee name, salary , bonus.
HOW TO ADD PRIMARY KEY TO TABLE BY PL/SQL PROGRAM
What are transaction and its controls?
how to create object in plsql
wht is the difference between sqlaserver2000 and 2005
Write a pl/sql script to display the following series of numbers: 99,96,93……9,6,3?