Relation schema
• A relation schema consists of
1. The name of the relation. Relation names must be unique across the database.
2. The name of the attribute in the relation. An attribute is simply the name given to
a column in a relation instance.
3. The integrity constraints (IC). Integrity constraints are restrictions on the relational
instances of this schema.
The schema states that STUDENT relations must have exactly four attributes: Id, Name,
Address, and Status with INTEGER and STRING2.