Can you have multiple SPs with the same name on a database?
Answer Posted / jithendranath.g
both above answers are correct,but situvationd diff
1) we can't create same db obj with same name,
2) we want that go for packages ,with overloading concept
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
how to drop an existing index in mysql? : Sql dba
Can we insert data in view?
What is foreign key in sql with example?
how to convert dates to character strings? : Sql dba
What is the use of function "module procedure" in pl/sql?
what is myisam? : Sql dba
What are the benefits of pl sql?
What is mutating sql table?
Define SQL and state the differences between SQL and other conventional programming Languages?
how to create a table index in mysql? : Sql dba
What is the difference between delete, truncate and drop command?
What is full join?
Is coalesce faster than isnull?
What are the ddl commands?
Can we commit inside a trigger?