What is difference between stored procedures and application procedures?
Answer / Aditya Tiwari
Stored procedures are PL/SQL programs that reside within the database, while application procedures (functions and subprograms) exist within the application. Stored procedures can be invoked by multiple applications, making them more efficient as they reduce network traffic and improve performance. On the other hand, application procedures provide a way to modularize complex logic within an individual application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a pl/sql block?
i have some prob lem to tell me about my self in interview first round ...
What are indexes, and what are the different types?
Mention what are different methods to trace the pl/sql code?
Can we commit inside a trigger?
What does := mean in pl sql?
What is forward declaration in pl sql?
Explain what is sql?
What is trigger in pl sql?
what are sequences
How do I truncate a sql log file?
SELECT category, type, AVG(price) FROM products GROUP BY category, type ORDER BY 1, 2 If there are three distinct categories in the "products" table, and each one has five different types, how many rows are returned by the query above? 1. 1 row 2. 3 rows 3. 5 rows 4. 8 rows 5. 15 rows
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)