This is an example of an instance of a ...?
Relation
This is an example of a ...?
Student(sNo: int, sName: string, sAddress: string)
Relation Schema
What is the table with some constraints (unique) called in the Relation Model?
Relation
What describes the following items about data
Data Model (in general) or Relation Model (in Relational Database)
What is the column with some constraints (unique, and order is not important) called in the Relation Model?
Attribute
What is the name of the relation model that describes data structure and constraints of relations?
Relation Schema
What is the row with some constraints (unique and order is not important) called in the Relation Model?
tuple
Primary keys and data domains (data types) are examples of ... in a Relation Schema.
Constraints
Value in a cell of a relation must be atomic, and it is called?
The relation name and the names of the attributes inside a relation are examples of ... in a Relation Schema.
Structure