1.

What Are Stored-procedures? And What Are The Advantages Of Using Them?

Answer»

STORED PROCEDURES are database objects that perform a user defined operation. A stored procedure can have a set of compound SQL STATEMENTS. A stored procedure executes the SQL commands and returns the result to the client. Stored procedures are USED to reduce NETWORK traffic.

Stored procedures are database objects that perform a user defined operation. A stored procedure can have a set of compound SQL statements. A stored procedure executes the SQL commands and returns the result to the client. Stored procedures are used to reduce network traffic.



Discussion

No Comment Found