In RDBMS, a TABLE is two dimensional object
A
Correct answer
Explanation
A table in RDBMS follows the relational model's two-dimensional structure: rows (also called tuples or records) represent individual entries, and columns (attributes or fields) represent properties. This grid-like structure is fundamental to how relational databases organize and store data.