Chapter 5
Chapter 5
DATA
DICTIONARY
GROUP 4
BSAIS 3-1
DATA
DICTIONARY
DATABASE OBJECT
Structure that stores or references data, most
common example is a table
METADATA
Enhancing Documentation
Facilitating programming by reducing the needs for data definition
Providing common validation criteria
Standardizing programming methods
STRUCTURE AND KEY COMPONENTS
OF DATA DICTIONARIES
DATA TABLE IN DATABASE DATA DICTIONARY FOR
CUSTOMER_AGE COLUMN:
DATA DICTIONARY
DATA TYPES
INTEGER TEXT
Any number that doesn’t have a decimal Often referred to as “string,” means
point simply any combination of letters
instead of numbers or other symbols
DATE
A date of a given year and month BOOLEAN
INTEGER - any number that is not a decimal. Examples include -11, 34, 0,
100.
TINYINT - an integer, but only numbers from 0 to 255
BIGINT - an integer bigger than 1 trillion
FLOAT - numbers too big to write out, and the scientific method is
needed . Examples include 707.07, 0.7, 707.00
REAL - any fixed point on a line
DATE AND TIME DATA TYPES
Physical Layer
Data-Link Layer
Network Layer
Transport Layer
Session Layer
Presentation Layer
Application Layer
OSI LAYERS
POINTS TO REMEMBER:
The OSI layer that perform error detection and encryption
– Data Link Layer
IMPORTANCE OF A
DATA DICTIONARY
QUIAMBAO, JOSHUA
DATA DICTIONARY DIAGRAM