What do you mean by Relational Model? Explain with Example
The relational model is a type of model, which represents how the data are stored in a relational database. In a relational database, data is stored in the form of tables (relations). Tables are a combination of rows and columns. In a table, columns represent an attribute of an entity, and rows represent records. The … Read more