What is difference between stored procedure and trigger?
Answer / Subhash Chandra Gupta
A stored procedure is a precompiled collection of PL/SQL code that performs a specific task. It can be called multiple times when needed. A trigger, on the other hand, is a special kind of stored procedure that automatically executes in response to specific events (like insert, update, or delete) in a database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we create view in stored procedure?
. have a tablle like this: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 I Want below o/p: cust acc --------------- a 1 b 2|3 c 4|5|6 Please any one can you have any ideas share me. I have urgent requirement. CUST ACC a dv b fg b bh c mk c cl c so result:- A B c dv fg mk bh cl so
Can we join tables without foreign key?
While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?
Does db2 use sql?
Can you load data into multiple tables at once? : aql loader
what will be the output: select 1 from emp union all select 2 from emp;
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is denormalization in a database?
What is the full form of sql?
What does cursor do in sql?
What are stored procedures in mysql?
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)