Computer Science, asked by Anoushka6954, 8 months ago

A Relational Database Consists Of A Collection Of

Answers

Answered by zoya12515
2

Explanation:

tables (rows and columns)

Answered by smartbrainz
0

A Relational Database consists of a Collection of Organized tables with related data.

  • RDBMS (Relational Database Management Systems) are databases that consists of organized tables that have an established relationship with each other. Since the information in tables is linked, it becomes very easy to retrieve particular records from tables consisting of thousands of rows.
  • The programming interface in these databases is provided by SQL(Structured Query Language).
  • In an RDBMS, the tables have a unique and Not Null column called as the Primary Key of the table. The PK on table references other column/columns in other tables, enforcing a referential integrity, called as the Foreign key thereby creating a relationship between two tables.
  • Relational databases are highly scalable i.e. new rows can be added to tables without modifying the existing rows.

To know more about Relational Databases, visit :

https://brainly.in/question/1584311

Similar questions