Question
Computer Science Question on Database Concepts
In relational database management system RDBMS, a tuple is defined as :
A
Another name for a table
B
Another name for primary key
C
A row or record in a database table
D
An attribute attached to a record
Answer
A row or record in a database table
Explanation
Solution
The correct option is (C): A row or record in a database table