Explain the degree of table.
Answer:
Degree of a table refers to the number of attributes/columns in a table.
Example:
Employee_id |
Employee_name |
Department |
101 |
Ravi Kumar |
Sales |
102 |
Tarun A |
IT |
103 |
Jennifer Davis |
HR |
104 |
Martin Woods |
HR |
105 |
Ron Romy |
IT |
In the Employee table, the number of attributes is 3.
So, the degree of the table is 3.