Вы находитесь на странице: 1из 2

VARIABLE NAME

TYPE

LENGTH

RANGE

SAMPLE DATA

int

000-999

1, 24, 376

CUS_ID
SMAN_ID
CUS_FNAME
CUS_MNAME
CUS_LNAME
PH_NO
EADD
ADD_ID

int
int
char
char
char
varchar
varchar
int

3
3
20
20
20
12
30
3

000-999
000-999
a-z, A-Z
a-z, A-Z
a-z, A-Z
0-9, a-z, A-Z
0-9, a-z, A-Z
000-999

1, 24, 376
1, 24, 376
Chris
Loanzon
Barredo
+639274673633
polo.barredo@gmail.com
1, 24, 376

DISC_ID
CMSSN_ID
COMMISSION
DSCNT

int
int
decimal
decimal

3
3
2,2
2,2

000-999
000-999
0-9
0-9

1, 24, 376
1, 24, 376
0.13
0.13

SMAN_FNAME
SMAN_MNAME
SMAN_LNAME
CONTACT_NO

char
char
char
varchar

20
20
20
10

a-z, A-Z
a-z, A-Z
a-z, A-Z
0-9, a-z, A-Z

Juan
Dela
Cruz
+639274673633

ITM_CDE
BRAND
MODEL
PRICE

varchar
varchar
varchar
decimal

10
20
20
8,2

0-9, a-z, A-Z


a-z, A-Z
a-z, A-Z
0-9

E17DK
Toyota
Vios
8000.00

HSE_NO
STREET
BGRY
DIST
CITY
REGION
CNTRY
ZIP

varchar
varchar
varchar
varchar
varchar
varchar
varchar
varchar

10
20
20
5
20
20
20
10

0-9,
0-9,
0-9,
0-9,
0-9,
0-9,
0-9,
0-9,

ID

a-z,
a-z,
a-z,
a-z,
a-z,
a-z,
a-z,
a-z,

A-Z
A-Z
A-Z
A-Z
A-Z
A-Z
A-Z
A-Z

67F
Liberty Ave
Brgy. Socorro
III
Quezon City
NCR
Philippines
1100

DESCRIPTION
This is the primary key that is designated for the database
This
This
This
This
This
This
This
This

is the data that connects the customer to the item. It is unique per customer
is the data that connects the salesman to both the item and the customer
used for the First Name of the Customer
is used for the Middle Name of the Customer
is used for the Last Name of the Customer
is used for the phone number or cellphone number of the customer
is used as the designation of data for the email of either the customer or salesman
is the connecting data between the customer and their address

This is the data that connects both the item and discount
The data that connects the commission to the item
The data that determines the commision the salesman will get
The data that determines the discount the customer will get
This
This
This
This

is
is
is
is

where
where
where
where

The
The
The
The

data
data
data
data

This
This
This
This
This
This
This
This

is
is
is
is
is
is
is
is

the
the
the
the

first name of the salesman is placed


middle name of the salesman is placed
last name of the salesman is placed
phone number or the cellphone number of the salesman is placed

identifying the item with letters and numbers


that identifies the manufacturer of the item
that identifies the model of the item
where the discount and commission will be based

where
where
where
where
where
where
where
where

the
the
the
the
the
the
the
the

house number of the customer is written


street of the customer's address is written
baranggay of the customer's address is written
district of the customer's address is written
city of the customer's address is written
region of the customer's address is written
country of the customer's address is written
zipcode of the customer's address is written

Вам также может понравиться