Can you have multiple SPs with the same name on a database?
Answer Posted / suman
Hi ,
As per standard Procedure & Function we cannot create same name of Procedure but if you are using in Package you can have same name with different parameter.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is pl sql better than sql?
Are views faster than queries?
How does a covering index work?
What is the file extension for sql database?
What is rownum?
What are the different types of sql commands?
What is the difference between truncate and drop statements?
Can we delete column in sql?
What is difference between group by and partition by?
What is clustered index sql?
What is an exception in PL/SQL? What are the two types of exceptions?
What are the main features of cursor?
how to shut down the server with 'mysqladmin'? : Sql dba
How would you convert date into julian date format?
Is it possible to create the following trigger: before or after update trigger for each row?