Relational Model Terminology
Data Types in MySQL
Creating Tables in MySQL
Inserting Data into the Table
Displaying or Selecting All Data From the Table
1. Relation : A table storing logically related data is called a Relation.
2. Tuple : A row of a relation is generally referred to as a tuple.
3. Attribute : A column of a relation is generally referred to as an attribute.
4. Degree : This refers to the number of attributes in a relation.
5. Cardinality : This refers to the number of tuples in a relation.
05:00 What We will learn on Day 2
10 :00 Relational Model Terminology
15:00 Data Types in MySQL
20:00 Creating Tables in MySQL
25 :00 Inserting Data into the Table
30:00 Displaying or Selecting All Data From the Table
#ritajainlectures #LearnSQLinHindi