Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is a relational model?

0
Posted

What is a relational model?

0

A Relational Model describes how a Relational Database such as Oracle or SQL Server works. Tables in the Database consist of Columns. For example, a Table of Employees may consist of the Emp No and Emp Name columns (amongst others). There may also be a Dept table consisting of Dept Name and Dept No. In Each Case the tables have a primary key – the Emp No and Dept No respectively. A Third Table which specifies which Employees are in Which Dept may contain the ‘foreign keys’ dept no and emp no. Using the ‘relationship’ between the primary and foreign keys you can look up each department name, and each employee name within that department from the Employee and Department tables respectively. Hope this is clear enough.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123