Multiple choice technology databases

In RDBMS, a TABLE is two dimensional object

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.