CBSE Class 12 Informatics Practices
Question 14 of 79
MySQL SQL Revision Tour — Question 7
Back to all questionsFor the table CLIENT, the cardinality is 4 and degree is 3.
Explanation — Initially, the table CLIENT created by Mr. James had 2 rows and 4 columns, with a cardinality of 2 and a degree of 4. After modifying the table by adding 2 rows and deleting 1 column, the new cardinality of the table CLIENT is 4 and the degree is 3.