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.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion