A company makes ice cream and sells it to shops.
The ice cream is made in batches: a large quantity of one type and flavour of ice cream that is then split into smaller quantities for sale.
The company’s owner has designed a relational database, ICECREAM, to store data about their ice cream and customers.
Some of the tables in the database are given. The database is not normalised.
BATCH(BatchID, Type, Flavour, Size, SellingPrice, EndDate) CUSTOMER(CustomerID, CompanyName, EmailAddress, TelephoneNumber) SALE(SaleID, BatchID, CustomerID, Quantity, Date)
A Database Management System (DBMS) supports data integrity.
Explain how a DBMS supports data integrity.
Did this page help you?
