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

Activity 2 1NF Database

Uploaded by

Jan Ramil
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Activity 2 1NF Database

Uploaded by

Jan Ramil
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Database 1 Activity 2

1NF
About the First Normal Form
All rows unique and atomic

ALL ROWS MUST BE UNIQUE (NO EACH CELL MUST ONLY CONTAIN A EACH VALUE SHOULD BE NON-
DUPLICATE ROWS) SINGLE VALUE (NOT A LIST) DIVISIBLE (CAN’T BE SPLIT DOWN
FURTHER)
First Normal Form Rules

Using using row order to convey information is not permitted

Mixing mixing data types within the same column is not permitted

Having having a table without a primary key is not permitted

Repeating repeating groups are not permitted


Employee Records Employee_records Table
EmployeeID EmployeeName ContactInformation
101 John Email: [email protected]
102 Alice Phone: 123-456-7890
103 Bob Email: [email protected]
104 Carol Phone: 987-654-3210
105 David Email: [email protected]

Student Courses Students_course Table


StudentID StudentName Course Instructor Grade
101 John Math Professor X A
101 John Physics Professor Y B
102 Sarah Chemistry Professor Z C
103 Mike Biology Professor X B
103 Mike History Professor W A
Sales Order Details Order Table

OrderID CustomerName Product Quantity


1 John Laptop 2
1 John Smartphone 3
2 Alice Monitor 1
2 Alice Keyboard 2
3 Bob Tablet 2

You might also like