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

Normalization

This document describes database normalization forms and tables. It contains tables for authors, subjects, and titles with identifying attributes like Author ID, ISBN, and primary keys marked with asterisks. The document suggests moving the Publisher attribute from the Subject Information table to a Master Table with a composite primary key of Author ID and ISBN.

Uploaded by

Sunil Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Normalization

This document describes database normalization forms and tables. It contains tables for authors, subjects, and titles with identifying attributes like Author ID, ISBN, and primary keys marked with asterisks. The document suggests moving the Publisher attribute from the Subject Information table to a Master Table with a composite primary key of Author ID and ISBN.

Uploaded by

Sunil Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1NF

Author ID* Author_F Author_L ISBN* Subject


2NF Master Table
Author ID* ISBN* Publisher

Author Information
Author ID* Author_F Author_L

Subject Information
ISBN* Subject Pages Title
Title Pages Publisher

You might also like