Integrity Rules and Relational Set Operators
Integrity Rules and Relational Set Operators
AND RELATIONAL
SET OPERATORS
MEMBERS:
• ALBAÑO, LEANDRE NICKO
C U E RV O
• CARLOS, JOEANN BAANG
• G U N D AYA , J AY S A S H I PA N A G
• ODON, REALDJUN GALLENTES
• SUELLO, JANINE GRACE
PENADOS
FLAGS
Special codes implemented by designers to trigger a
required response, alert end users to specified conditions, or
encode values.
Relational Set Operators
SELECT (RESTRICT)
• It is referred to as a unary operator because it only uses one table as input.
SELECT can be used to list all of the rows, or it can yield only rows that match a
specified criterion.
INTERSECT
• yields only the rows that appear in both tables. For the rows to be considered
the same in both tables and appear in the result of the INTERSECT, the entire
rows must be exact duplicates.