What is program global area (pga) in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to use attributes of the implicit cursor in oracle?
How to do paging with oracle?
how to find the second highest salary in a given table????
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
What are the ways tablespaces can be managed and how do they differ?
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.
What is the difference between postgresql and oracle?
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
Can a parameter be passed to a cursor?
What is Data Block ?
What are the types of trigger in oracle?
Give the constructs of a package, function or a procedure.