What is the use of stored procedures?
No Answer is Posted For this Question
Be the First to Post Answer
I have a tablle like this: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 I Want below o/p: cust acc --------------- a 1 b 2|3 c 4|5|6 Please any one can you have any ideas share me. I have urgent requirement.
what is clause? : Sql dba
How to delete same emp id in sql query for exmaple in emp table emp id, empname, emp address. for example emp id =5, repeated in two times in rows same id how to delete same empid please any one of the write query send in my id
How to avoid using cursors?
What is cartesian join in sql?
Where is pl sql used?
What is trigger in sql and its types?
What is the use of pl/sql table?
how to rename an existing column in a table? : Sql dba
What is the difference between the sql*loader and import utilities? : aql loader
How do I view stored procedures?
can we call a procedure from a function?