InterviewSolution
Saved Bookmarks
| 1. |
What represents a ‘tuple’ in a relational database?(a) Table(b) Row(c) Column(d) Object |
|
Answer» Correct answer is (b) Row The explanation: Each row in a table represents a record. A tuple is a collection of attribute values that makes a record unique. A tuple is a unique entity whereas attribute values can be duplicate in the table. |
|