CBSE Class 11 Informatics Practices Question 35 of 85

Database Concepts — Question 18

Back to all questions
18
Question

Question 18

Which of the following are valid field names of the table: Employee?

  1. empid, ename, esalary
  2. empid, ename, stu_name
  3. stu_Id, ename, esalary
  4. stu_Id, ename, stu_name
Answer

empid, ename, esalary

Reason — The field names empid, ename, and esalary are valid and appropriate for a table named Employee because they are descriptive of employee attributes: employee ID, employee name, and employee salary.