Embed presentation
Download to read offline


The document discusses a pet database with tables for pets and owners. The pet table has a primary key of ID and includes fields for pet type, name, and date. An input mask validates the postcode field. The tables contain relational data and have a one-to-many relationship where one owner can have multiple pets. To prevent duplicate data and improve efficiency, the data was split into two tables linked by a foreign key. Forms allow adding, viewing and deleting data and make the database easier to use for people with basic computer skills.

