Computer Science, asked by pappurcssociety49, 2 days ago

describe creating and editing relationship between table in RDBMS​

Answers

Answered by sirshadatta
2

Answer:

A relationship, in the context of databases, is a situation that exists between two relational database tables when one table has a foreign key that references the primary key of the other table. Relationships allow relational databases to split and store data in different tables, while linking disparate data items.

Similar questions