Databases
The table is the “pet database” and the individual sections are
field’s e.g. pet type & pet name. The primary key is a unique
identifier that is the field “ID” they can be crucial for the table.
An input mask is a validation that is pre-set for different things,
in this table “postcode” is being used.
The data we are using is relational that means they are
different pieces of data that are relevant together.
An entity is a “thing” that we want to store data about.
In the table I have added date into it.
A problem is that data in the table is being duplicated and is inefficient. To solve this problem we are going to make
two tables.
For this we have created a relationship, this is using “Forced
Referential Integrity” so that information that isn’t added to
one table isn’t in the other, this is creating a foreign key for
owner ID in pet table. Also this is a one to many relationships
meaning the owner can have more than one pet.
The form is used for adding, viewing and deleting
data. Also it’s easier for people with basic ICT
skills.
There is a form to add information to the table.
Corey scothern
The 1st
entity is about the owner
and 2nd
about the pet.
Queries to show pets aged over 12 and that are owned by Dave LeRave.
I have used a report to show
the information of pets aged
over 12. It is used to show the
wanted information in a better
format for people that want to
see the information.
Corey scothern

Data bases

  • 1.
    Databases The table isthe “pet database” and the individual sections are field’s e.g. pet type & pet name. The primary key is a unique identifier that is the field “ID” they can be crucial for the table. An input mask is a validation that is pre-set for different things, in this table “postcode” is being used. The data we are using is relational that means they are different pieces of data that are relevant together. An entity is a “thing” that we want to store data about. In the table I have added date into it. A problem is that data in the table is being duplicated and is inefficient. To solve this problem we are going to make two tables. For this we have created a relationship, this is using “Forced Referential Integrity” so that information that isn’t added to one table isn’t in the other, this is creating a foreign key for owner ID in pet table. Also this is a one to many relationships meaning the owner can have more than one pet. The form is used for adding, viewing and deleting data. Also it’s easier for people with basic ICT skills. There is a form to add information to the table. Corey scothern The 1st entity is about the owner and 2nd about the pet.
  • 2.
    Queries to showpets aged over 12 and that are owned by Dave LeRave. I have used a report to show the information of pets aged over 12. It is used to show the wanted information in a better format for people that want to see the information. Corey scothern