IT Tools and Business System MCQ - English
The term _______ is used to refer to a row.
Answer : B
View More Related Question
1) For each attribute of a relation, there is a set of permitted values, called the ________ of that attribute.
2) Database __________ which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time.
3) A ________ in a table represents a relationship among a set of values.
4) Course(course_id,sec_id,semester)
Here the course_id,sec_id and semester are __________ and course is a _________
5) Department (dept name, building, budget) and Employee (employee_id , name, dept name,salary)
Here the dept_name attribute appears in both the relations .Here using common attributes in relation schema is one way of relating ___________ relations.