DataDictionary - 6604

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Data Dictionary

Customer
Field name Field type Field size Format PK/ Example
FK
Customer_id Text 4 L00 PK C01
Given_name Text 25 Elizabeth
Family_name Text 25 Able
Street_address Text 30 69 Scotsburn Road
Town Text 25 TAL-Y-BONT
Postcode Text 9 >LAACaaaaa L3J 4ST
Email Text 30 lizzieable@spambob.com

Artist
Field name Field type Field size Format PK/FK Example
Artist_id Text 4 L00 PK A01
Given_name Text 25 Spencer
Family_name Text 25 Andrews
Street_address Text 30 10 Traill Street
Town Text 25 ROTHERBY
Postcode Text 9 >LAACaaaaa LE14 3UG
Email Text 30 spencerandrews@mailinator.
com

Art
Field name Field type Field size Format PK/FK Example
Art_id Text 5 LL0 PK AR1
Art_title Text 15 March Hare
Artist Text 20 Ewan Ali
Artist_id Text 10 FK Artist001

Sales
Field name Field type Field size Format PK/FK Example
Sales_id Text 4 L00 PK S01
Price Currency 20 2dp 140
Date_purchased Date/Time 15 dd/mm/yyyy 11/19/2016
Customer_id Text 4 L00 FK C01
Art_id Text 5 LL0 FK AR1
Relationship Digram

Customer Sales 1 Artist Art


1 1
Customer_id Sales_id Artist_id Art_id

Given_name Price Given_name Art_title

Family_name Date_purchased Family_name Artist

Street_address Customer_id Street_address Artist_id


∞ ∞
Town Art_id Town

Postcode ∞ Postcode

Email Email

You might also like