how data is organised in RDBMS?
Answers
Answered by
7
RDBMS tables are organised like other tables that yoh are used to in rows and columns.
The individual cell in which a particular tow and column intersect is called a field.
Hope this helps you.
Thaking you.
Answered by
5
Answer:
Data in RDBMS is organised in two ways:-
- flat file
- relational database
Explanation:
- Flat file:- data in this file is organised in a single table. It is usually used to store small amount of data.
- Relational Database :-In this multiple tables are stored and are linked by a foreign key.It is usually used to store medium or large amount of data.
Similar questions