Examveda

What represents a 'tuple' in a relational database?

A. Table

B. Row

C. Column

D. Object

Answer: Option B

Solution (By Examveda Team)

Imagine a database like a giant spreadsheet with rows and columns. Each row in this spreadsheet represents a single piece of information, like a customer's details.
Now, in a relational database, a "tuple" is just another name for a "row". So, if you see the word "tuple," think of it as a single row of data in your database table.
Let's look at the options:
Option A: Table - A table holds many rows and columns, it's not a single "tuple."
Option B: Row - This is the correct answer! A row is a tuple.
Option C: Column - A column represents a specific type of information in each row, not a single "tuple."
Option D: Object - An object is a concept from object-oriented programming, not directly related to relational databases.
So, the answer is Option B: Row.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous