Computer Science, asked by anushka5094, 9 months ago

In RDBMS, data is organized in the form of which table?



Answers

Answered by Owlao
2

Answer: here is your answer

Explanation:A Relational Database management System(RDBMS) is a database management system based on the relational model introduced by E.F Codd. In relational model, data is stored in relations(tables) and is represented in form of tuples(rows). RDBMS is used to manage Relational database.

Answered by ParvezShere
0

Data organization in RDBMS:

  • RDBMS stands for Relation database management system.
  • A relational database organizes data in tables or relations. A table is made up of columns and rows. A tuple or record  is also known as row.
  • A RDBMS refers to a type of database that stores information in a structured format by using rows and columns.
  • The data is often stored in tables, which are also called ‘relations’. These tables are divided into rows also known as records and columns also known as field.
  • DBMS stores info or data in form of files whereas in RDBMS data is stored in the tables.

#SPJ2

Similar questions