Can you have multiple SPs with the same name on a database?
Answer Posted / ashok
IT WILL ONLY POSSIBLE FOR IN THE PACKAGE.
EX--
CREATE OR REPLACE PACKAGE PK_TEST AS
PROCEDURE PR_SHOW();
PROCEDURE PR_SHOW(V_NAME VAR CHAR);
END PK_TEST;
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What are different types of triggers?
How do I view a view in sql?
how to present a past time in hours, minutes and seconds? : Sql dba
How do you update f as m and m as f from the below table testtable?
How does join work in sql?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
what is difference between delete and truncate commands? : Sql dba
What is cursor explain with example?
What is a database trigger?
What is cursor and its types?
What is the difference between microsoft access and sql?
What does trigger mean in psychology?
Explain commit, rollback and savepoint.
what are the advantages of sql ? : Sql dba