Describe the purposes and advantages stored procedure?
Answer / Anil Singh Dariyal
Stored Procedures are precompiled collections of SQL statements and optional control-of-flow logic that can be executed on demand. They serve several purposes: 1) Encapsulating logic for reuse, improving code organization and maintainability. 2) Improving performance by compiling the procedure once and executing it multiple times instead of parsing and compiling the SQL statements each time they are run. 3) Controlling access to data by defining custom security policies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the key constraints in dbms?
What is dba stand for?
What is primary key in dbms?
What is natural key?
How to drop all foreign keys in database?
With DTS packaging I can store tables in Excel and convert them back to SQL. But once I copied tables to Excel I want to modify some info. How you do that without editing the Excel file?
What are the properties of a database?
What is the role of database server in database management system?
what are the differences between network and hierarchical database model?
Define cursor.
What are the different types of keys in the database?
What is the use of OWNER option in EXP command ?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)