YEAR 12 DIGITAL TECHNOLOGY
  • Home
  • Website
    • Learn Basic HTML
    • Learn Basic CSS
    • HTML/CSS Advanced
    • Photoshop Level 2
    • Recap and Review
    • Conventions of Web Design
  • Programming
    • JavaScript Recap
    • JavaScript and HTML
    • Functions, Parameters and Returns
    • Learn Arrays
    • AS91896 - Brief
  • Databases
    • Intro to Access
    • Relationships and lookups
    • Relationships Extended
    • Queries and Reports
    • Mail Merge
    • Car Sales
    • Documentation x5
    • Importing Data
    • AS91892 - Develop a Database
  • External
    • Computer Science External
    • 2025 Exam Update
    • Machine Learning
    • Natural Language Processing
    • Neural Networks
    • A.I. Contexts
    • AI content Creation
  • Freyberg Digital

5 different forms of documentation

​- Entity Relationship Diagrams (ERD's)
- Table Templates
- Query Design
- Testing Documentation
​- Relevant Implications
Picture

​Entity Relationship Diagrams

​Entitiy Relationship Diagrams (ERD's) show the over all structure of the database and how the different fields connect together.

Here is an ERD for a Candy database

Notice the ERD contains a display for ALL tables in the database.

​Also notice how the Tables are connected together

​We use single lines and Crows feet for different reasons
Many
One
Picture
​Many relationships are usually always connected to foreign Keys
Picture
​Notice the Vertical line...

This means that the Candy MUST have a Colour

A Candy in this diagram MUST have a type and a colour,

Sometimes you will leave it without a line as the object doesn't need the relationship
​Task: Create an ERD diagram for the School database

Make sure the teacher checks it to see if it is okay

​User Draw.io and look for Entity relationships under software.
Picture
​Relationship:
Picture
Which Way Around

Think of it this way:
Green Arrow - A Colour may be used in many candy's
Red Arrow - A Candy can only have one colour
Picture

Table Templates

​Table Templates are pretty simple

You put in the name of the field and the Data type.

The description should explain what the field stores along side any restrictions.

Task: Create a table template for both the student table and any other table.

​Create the table in Microsoft Word
Picture

Query Templates

​Query Templates are a little more complicated

For each query you have (this includes update, insert and delete) you need to fill out a query design form

Each line is the data field, which table you want to get that information from, what the condition of that is and whether it is viewable or not.

Task: Complete a query design for one of your queries in Microsoft Word
Picture

Data Validation

Simply test a variety of different data inputs and outputs, you only need to show a sample of tests so three will suffice.

I will be judging your database as a whole to see if it is properly tested.

Also record your feedback from your users for Merit, but we will get to that later.
Picture

​Relevant Implications

When completing the assessment you will need to talk about why 4 implications are relevant to your database and how your database meets the implication.

Health and Safety, intellectual property are not a relevant implication,

The most relevant implications are: Functionality, end-user considerations, privacy, legal, ethical, aesthetics.

To be safe do the following:
1.) Explain the implication
2.) Explain why it is relevant
3.) Give an example of how your database meets the criteria
Picture
Powered by Create your own unique website with customizable templates.
  • Home
  • Website
    • Learn Basic HTML
    • Learn Basic CSS
    • HTML/CSS Advanced
    • Photoshop Level 2
    • Recap and Review
    • Conventions of Web Design
  • Programming
    • JavaScript Recap
    • JavaScript and HTML
    • Functions, Parameters and Returns
    • Learn Arrays
    • AS91896 - Brief
  • Databases
    • Intro to Access
    • Relationships and lookups
    • Relationships Extended
    • Queries and Reports
    • Mail Merge
    • Car Sales
    • Documentation x5
    • Importing Data
    • AS91892 - Develop a Database
  • External
    • Computer Science External
    • 2025 Exam Update
    • Machine Learning
    • Natural Language Processing
    • Neural Networks
    • A.I. Contexts
    • AI content Creation
  • Freyberg Digital