which will default fire first
statement level trigger or row level trigger
Answers were Sorted based on User's Feedback
Answer / ram
Before Insert/update/delete triggers executes first..
In this statement level triggers execute first..the order flows as below
Statement level -- before trigger
row level -- before trigger
row level -- after Insert/update/delete triggers
statement level -- after Insert/update/delete triggers
| Is This Answer Correct ? | 0 Yes | 0 No |
can we call a procedure into another procedure?If yes means how you can pass the perameters for the two procedures?
we have a package and we have grants to execute that package inside of that we have table, here we don't have privileges to this table? whether this package will execute or not?
what is definer rights invoke rights?
What is a sql profiler?
Can we join tables without foreign key?
Mention what does plv msg allows you to do?
explain commit and rollback in mysql : sql dba
I want to display the employees who have joined in last two months. (It should be executed randomly means If I execute the query in March it should display Jan and Feb joined employees. Same query if i execute in Feb, 2007 it should display dec, 2006 and jan 2007 joined employees.
how to find 5th row ?
What is linq to sql?
Can a varchar be a primary key?
What is the difference between an inner and outer join?
Oracle (3259)
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)