Computer Science, asked by piyushbijalwan590, 5 months ago

How is data organized in a RDBMS​

Answers

Answered by Anonymous
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 tejaswinimogal11
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