Data is organized in tables defined by the relations of the data into organized tables. Tables can have Primary AND/OR Unique keys.They can also have Foreign Keys (FK) Generally, each table/relation represents one “entity type” (such as customer or product – names of the tables). Tables have columns and rows…