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 attributein the relation. An attributeis 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.