InterviewSolution
Saved Bookmarks
| 1. |
A table ‘customer’ has 10 columns but no row. Later, 10 new rows are inserted and 3 rows are deleted in the table. What is the degree and cardinality of the table customer. |
|
Answer» Degree = 10 [no. of cols] Cardinality = 10-3 = 7 [no. of rows] |
|