Why we use stored procedure instead of query?
Answer / Idreesh Ahamad
Stored procedures are pre-compiled SQL scripts that can be reused multiple times in a database. They offer several advantages over regular queries: improved performance due to pre-compilation and execution plan caching, enhanced security through parameterization, and the ability to perform complex business logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between trigger and constraint?
Is keyword pl sql?
What is AUTH_ID and AUTH_USER in pl/sql ?
What is the life of an sql statement?
what is index? : Sql dba
How can use stored procedures in sql?
What is the size of partition table?
When are we going to use truncate and delete?
Differentiate pl/sql and sql?
Explain the purpose of %type and %rowtype data types?
Does pdo prevent sql injection?
what is collation? : Sql dba
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)