Chose the correct sentence in context of RDBMS.
A. A relation is order list of tuples
B. Mapping between two tables
C. Set of identical values
D. None of these
Answer: Option A
Solution (By Examveda Team)
In the context of RDBMS (Relational Database Management System), the term "relation" refers to a table in a database.Option A: A relation is an ordered list of tuples - This is the correct description. A relation in RDBMS refers to a table, and the rows of a table are called tuples. The term "ordered" here refers to the fact that while the rows in a table can be ordered, the relational model itself does not require any specific order for tuples.
Option B: Mapping between two tables - This is incorrect. In RDBMS, a relation refers to a single table, not a mapping between two tables. A mapping between two tables would be better described as a relationship or a foreign key constraint.
Option C: Set of identical values - This is incorrect. A relation is a set of tuples (rows), and each tuple can have different values. The term "set" here refers to a collection where each row is unique, not identical.
Option D: None of these - This is incorrect because Option A provides the correct definition.
Therefore, the correct answer is: Option A: A relation is ordered list of tuples
Related Questions on Miscellaneous in Database
Which of the following is a characteristics of DBMS?
A. High level of Security
B. Single user Access only
C. Support ACID property
D. Minimum Duplication
Find closure (AB) of given F.D
A→BC,E→CF,B→E and C→ EF
A. X^ + = {A, B}
B. X^ + = {A, C}
C. {AB}^ + = {A, B, C}
D. {AB}^ + = {A, B, C, E, F}
Chose the correct sentence in context of RDBMS.
A. A relation is order list of tuples
B. Mapping between two tables
C. Set of identical values
D. None of these

Join The Discussion