0% found this document useful (0 votes)
7 views

Data Dictionary

Uploaded by

xoyek56668
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Data Dictionary

Uploaded by

xoyek56668
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

9626/02 Cambridge International AS & A Level – Mark Scheme

PUBLISHED

Task 2
Trips table

Field Other metadata – input mask, validation,


Field Data type
size default value etc.
Student_ID Alphanumeric/Text 7 Compound
key
Forename Alphanumeric/Text
Surname Alphanumeric/Text
Trip_ID Alphanumeric/Text 3 Compound Validation - list of 6
key trips
Cost Currency 2dp Validation >0
Paid Currency 2dp Validation >=0
Destination Alphanumeric/Text

Data dictionary Appropriate table name selected 1 mark


Student_ID … 1 mark
… Alphanumeric 1 mark
… Length 7 characters 1 mark
Compound key on Student_ID 1 mark
on Trip_ID 1 mark
1NF Name split into 2 fields 1 mark
Forename 1 mark
Surname/Family_Name 1 mark
Both name fields alphanumeric 1 mark
Trip_ID alphanumeric … 1 mark
… Length 3 characters 1 mark
Cost set as numeric/currency … 1 mark
… with 2 decimal places 1 mark
Paid set as numeric/currency with 2dp 1 mark
To Pay data and field removed 1 mark
At least 1 appropriate validation routine 1 mark

You might also like