InterviewSolution
Saved Bookmarks
| 1. |
What is the degree of a table in MySQL? |
|
Answer» The degree of a table is the number of COLUMNS in the given table. It is also CALLED as Arity. It is the range of ENTITIES inside each ENTITY type that can be linked via a given RELATIONSHIP type. |
|