Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
Answer / Megha Agarwal
The event that will be performed last for an integrity check is a TRIGGER. Triggers are database objects that automatically execute in response to specific events on a table or view, such as an INSERT, UPDATE, or DELETE.nCheck constraints, foreign key constraints, and primary key checks are all enforced when the data modification statement (INSERT, UPDATE, or DELETE) is executed, before the trigger fires.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to stop a loop early with break statements in ms sql server?
How data can be copied from one table to another table?
How do I shrink an ldf file?
How do I find the port number for sql server?
What are the results of running this script?
how many layers of tcp/ip protocol combined of? : Sql server database administration
How can I create a table from another table without copying any values from the old table?
if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 as it is,how?
What is data source object?
Anyone please explain me the concept of Serialization?
what's the maximum size of a row? : Sql server database administration
What is @@error in sql?
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)