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

First Normal Form

Uploaded by

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

First Normal Form

Uploaded by

medtaherallem
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Copyright© 2023 Mohammed Abu-Hadhoud

ProgrammingAdivces.com MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
26+ years of experience
Copyright© 2023 Mohammed Abu-Hadhoud
ProgrammingAdivces.com MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
26+ years of experience
First Normal Form
1 NF

Copyright© 2023 Mohammed Abu-Hadhoud


ProgrammingAdivces.com MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
26+ years of experience
1st Normal Form (1NF)
1. A primary key: A unique identifier for each record in the
table.

2. Atomic values: Each column should contain only a single


value, and each value should be indivisible.
• Note: Here, atomicity states that a single cell cannot hold multiple
values. It must hold only a single-valued attribute.
• The First normal form disallows the multi-valued attribute, composite
attribute, and their combinations.

3. No repeating groups: Each column should have a distinct


name, and there should be no repeating groups of columns.

Copyright© 2023 Mohammed Abu-Hadhoud


ProgrammingAdivces.com MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
26+ years of experience
By applying the First Normal Form, you achieve atomicity, and also every column has unique values.

Copyright© 2023 Mohammed Abu-Hadhoud


ProgrammingAdivces.com MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
26+ years of experience
Copyright© 2023 Mohammed Abu-Hadhoud
ProgrammingAdivces.com MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
26+ years of experience

You might also like