preview

Relational Database Research Paper

Decent Essays

Bookstores Relational Database Design
A relational database is designed to comply with a term called normalization. Normalization is a process of organizing tables to minimize the redundancy in the database. The design of a relational database decreases the amount of space the database uses in a system. The relational database uses fields to help reduce redundancy in the tables. Relational designed database use the relational value in fields, an example would be a field for Book_ISBN and a field with Title_ISBN, could be limited to just one field naming the ISBN (Safari).
If the book store does not have experience building a relational database they should (call an expert) practice with sample data to identify any problems in the initial design. Once they have all the problems worked out, the bookstore can move onto building their real database. At first a list of books will have to be compiled. This list would contain the title of the book, the authors name, the ISBN and category which would denote the field name for each column for the database. The domain controls the value that can be used in each column identifying the list of books. Using the sample table will allow the bookstore to test and create ways in which the data can be stored, manipulated and queried, called data cleanup. An example would be how …show more content…

The database may need to be modified with an additional field to allow for a unique identifier to be added, called a key field (Stair).
Title of Book ID
Horror 102
Non-fiction

Get Access