1.1 Structure of a relational database TABLE Any information in a relational database is in the form of a table (like a spreadsheet). This one is a collection of columns (its structure) and lines (its content). Each of the tables represents a type of object or specific concept. For example,…