1D0-541 Exam QuestionsBrowse all questions from this exam

1D0-541 Exam - Question 17


Consider the table for an employee database shown in the exhibit. What is the degree of the table?

Show Answer
Correct Answer: B,C

The degree of a database table is defined as the number of attributes (columns) it contains. In the given table for an employee database, there are five columns: Emp_ID, First_Name, Last_Name, SSN, and Birth_Date. Therefore, the degree of the table is 5.

Discussion

1 comment
Sign in to comment
dayogreatsOption: B
Jul 30, 2023

the degree of a database table refers to the number of attributes (columns) present in the table. It represents the count of columns in the table. For example, consider a table representing students, and it has the following attributes: StudentID, Name, Age, and Grade. In this case, the degree of the "Students" table is 4, as there are four attributes in the table.