Can you have multiple SPs with the same name on a database?
Answers were Sorted based on User's Feedback
Answer / neha sinha
It is not possible to create standalone SP with same name.
But it is possible if we will create multiple SP with same
name and different parameter in a package (overloading).
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / nrapendra
function overloadding is allowed in pl sql .we can creete
multiple sp of same name but paramerter should be different.
Is This Answer Correct ? | 3 Yes | 0 No |
What is mdf ldf and ndf?
What is the most restrictive isolation level? : Transact sql
How many sql statements are used? Define them.
Why is the cursor important?
What is normalization and types of normalization?
22 Answers Etisbew, F-TEC, Microsoft, TechProcess,
What are the dml statements?
What does the acronym acid stand for in database management?
Enlist some predefined exceptions?
Why we use pl sql?
What are nested triggers ?
6 Answers Amazon, Appeal Soft, IBM, Infosys, TCS,
What are the types of functions in sql?
Explain two virtual tables available at the time of database trigger execution.