Database Network Question:

Explain What are Triggers and Rules?

Tweet Share WhatsApp

Answer:

Triggers are special user defined actions usually in the form of stored procedures, that are automatically invoked by the server based on data related events. It can perform complex actions and can use the full power of procedural languages.
A rule is a special type of trigger that is used to perform simple checks on data.

Download Database Network PDF Read All 13 Database Network Questions
Previous QuestionNext Question
Explain What are the types of Transparencies?Explain What are Super servers?