Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can you have multiple SPs with the same name on a database?

Answer Posted / harsha

Yes We can have multiple SP's with same name.This is called
overloading a Procedure with different parameters.
e.g. CREATE PROCEDURE COMPUTE_AREA (LENGTH IN NUMBER,
WIDTH IN NUMBER);
CREATE PROCEDURE COMPUTE_AREA (LENGTH IN NUMBER,
WIDTH IN NUMBER
UNITS IN NUMBER);

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are sql injection vulnerabilities?

1024


Is crud a cuss word?

1070


can sql servers linked to other servers like oracle? : Sql dba

1048


what is normalization? : Sql dba

1136


describe transaction-safe table types in mysql : sql dba

1052


How exception handling is done in advance pl/sql?

1020


What problem one might face while writing log information to a data-base table in pl/sql?

1244


What is difference between stored function and application function?

1288


What is the purpose of my sql?

1008


How do I write a sql query in pgadmin 4?

1044


Explain ddl statements in pl/sql?

1048


How do I trace sql profiler?

1039


How to call a javascript function from pl sql?

1185


What is the difference between local and global temporary table?

1085


how to enter characters as hex numbers? : Sql dba

1102