How is data organized in a RDBMS
Answers
Answered by
10
AnSwEr
An RDBMS is a DBMS which manages a relational database. A relational database stores data in tables. Tables are organized into columns, and each column stores one type of data (integer, real number, character strings, date). The data for a single “instance” of a table is stored as a row.
_________________
______________
Hope it helps. Mark brainliest ✌️
Answered by
1
Answer:
In RDBMS, data is stored in the form of tables. The relationships between these tables is made using Primary key and Foreign key.
Similar questions