_________ model represent data in the form of table.
Answers
Answer:
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).
Relational Database Management Systems (RDBMS) model represents data in the form of tables.
Explanation:
A relational database is one that stores data in a structured way using rows and columns. Data is frequently kept in several tables, also referred to as "connections."
Rows (also known as records) and columns (also known as columns) make up these tables (fields). While Relational Database Management Systems (RDBMS) accommodate numerous users, Database Management Systems (DBMS) cater to a single user.
The majority of relational database systems employ SQL (Structured Query Language) for database querying and upkeep. An individual key identifies each row in a relational database model, which groups data into one or more tables (or "relations") comprising columns and rows.
Each table or relation typically represents one "entity type" (such as customer or product).
Learn more about RDBMS
https://brainly.in/question/2767821?msp_srt_exp=6
More about RDBMS
https://brainly.in/question/6938011?msp_srt_exp=6
#SPJ3