CBSE Class 12 Computer Science
Question 50 of 91
Relational Database and SQL — Question 11
Back to all questions 11
Question Give the terms for each of the following:
(a) Collection of logically related records.
(b) The fundamental data storage unit in a relational database.
(c) Attribute that can uniquely identify the tuples in a relation.
(d) Special value that is stored when actual data value is unknown for an attribute.
(e) An attribute which can uniquely identify tuples of the table but is not defined as primary key of the table.
(f) Software that is used to create, manipulate and maintain a relational database.
(a) Table
(b) Table
(c) Primary key
(d) NULL value
(e) Alternate Key
(f) Relational Database Management System (RDBMS)