Skip to content

Opening book details…

About this document

CompSci 316: SQL Triggers and Views by Dacoberto Montiel is a document available to read on EtoBox.

This document discusses SQL triggers, views, and indexes. Triggers allow specifying actions to execute when data is inserted, updated, or deleted and can be used to enforce constraints. Views allow presenting data from tables in a customized way and can hide complexity. Indexes improve performance of data retrieval by maintaining additional data structures but require maintenance on data changes.

Author
Dacoberto Montiel
Language
EN