What is cursor in pl sql?
No Answer is Posted For this Question
Be the First to Post Answer
What is a mutating table and a constraining table?
Does truncate require commit?
What is INSTEAD OF trigger ?
What are dml commands?
Is it possible to link two groups inside a cross products after the cross products group has been created?
ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.
What is RAC in oracle?
How do you truncate?
how to retrieve only duplicate values in a table
What is the difference between having clause and where clause?
What does t sql mean?
What are the benefits of stored procedures?