Exam 1D0-541 All QuestionsBrowse all questions from this exam
Question 17

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

    Correct Answer: 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
dayogreatsOption: B

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.