{"id":43719,"date":"2024-04-26T23:11:28","date_gmt":"2024-04-26T23:11:28","guid":{"rendered":"http:\/\/localhost\/branding\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/"},"modified":"2024-04-26T23:11:28","modified_gmt":"2024-04-26T23:11:28","slug":"database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data","status":"publish","type":"post","link":"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/","title":{"rendered":"Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data"},"content":{"rendered":"<p>Database Manipulation<\/p>\n<p>Introduction<\/p>\n<p>Normalisation is the process by which one breaks down the files into tables in order to create the database. There are three to four steps which are followed when normalizing a table. The first step is the First Normal Form (1NF), the second type of normalization is the Second Normal Form (2NF), the third form is Third Normal Form (3NF), lastly is the Boyce-Codd Normal Form (BCNF). There are other forms of normalization although, they are rarely used.  This paper tries to analyze how one can break down the files into the table for the sake of creating a database (Churche, 2007). Database is said to be normalized if only it is in 3NF. <\/p>\n<p>First Normal Form (1NF)<\/p>\n<p>The following rules are followed when normalizing a table in the 1NF for an organized database. The first step involves the eliminating of the columns which are in the same table; the second step is to create a separate table for every group of the related data then identifies every row with the unique columns that is the primary key. The tables in Community library database have not met the requirement of the 1NF, 2NF, and 3 NF since different columns in the tables has been repeated. The columns of the table repeatedly include the column of the data type, length and descriptions. This table can be created as a one table as shown below;<\/p>\n<p>\u00a0Field Name Data Type \u00a0Length\/Format \u00a0Description<\/p>\n<p>\u00a0Customer ID \u00a0Number \u00a0 \u00a0Primary Key<\/p>\n<p>\u00a0First Name \u00a0Text 20 \u00a0<\/p>\n<p> Last Name \u00a0Text 20 \u00a0<\/p>\n<p> SSNoText Standard length Social Security Number<\/p>\n<p> Address Text 50  City Text 15  State Text 15  ZipCodeText 6  Phone Text 13  Email Text 30  DOB Date Standard Date of birth<\/p>\n<p>DOA Date Standard Date of Application<\/p>\n<p>Checkout ID Number \u00a0Primary Key<\/p>\n<p>Customer ID \u00a0Number  Foreign Key<\/p>\n<p>ItemAcquiredText 30 \u00a0Foreign Key. ID of Book\/CD acquired for checkout<\/p>\n<p>ItemTypeText 1 1 for book and 0 for CD<\/p>\n<p>ItemTitleText 50 ItemGenreText 30 Description Text 200 Edition Text 15 YearofPubText 5 Year of publication<\/p>\n<p>Second Normal Form (2NF)<\/p>\n<p>This step addresses a concept of removing data which are repeated in a given table. It has rules which must be followed during normalization. The first step is making sure that the requirements in the first normal form are met. Secondly, remove the subsets of data which multiples the rows of the table then place the data in different tables. The third step is creating the relationships between the tables as well as, predecessors by use of the foreign keys (Coronel, 2011).<\/p>\n<p>\u00a0Field Name Data Type Length\/Format Description<\/p>\n<p>Customer ID Number Primary key<\/p>\n<p> SSNoText Standard length Social Security Number<\/p>\n<p> ZipCodeText 6 ItemTypeText 1 1 for book and 0 for CD<\/p>\n<p>Customer ID \u00a0Number  Foreign Key<\/p>\n<p>Description Text 200 YearofPubText 5 Year of publication<\/p>\n<p>Third Normal Form (3NF)<\/p>\n<p>This form goes more steps further. One must have to meet the requirements of the second normal form, and then remove columns which depend upon a primary key.<\/p>\n<p>Apply SQL to create tables<\/p>\n<p>CREATE TABLE  Customers(P_Id int,LastName varchar(255),FirstName varchar(255),Address varchar(255),City varchar(255)) <\/p>\n<p>Conclusion<\/p>\n<p>Data should always be organized properly in the database. It is done by creating tables as well as, establishing the relationships between the tables  in regard to the rules designed to protect the data and to make database to be flexible by removing the  redundancy as well as, inconsistent dependency. Redundant data is known to be wasting the disk space as well as, creating the maintenance problems. If the data which exists in many places must be changed, the data must be changed in precisely to the same way in all locations. <\/p>\n<p>References<\/p>\n<p>Churcher, C. (2007). Beginning database design. New York: Apress ;. <\/p>\n<p>Coronel, C., Morris, S., &amp; Rob, P. (2011). Database systems: design, implementation, and management (9th ed.). London: Course Technology Cengage Learning. Ling, T. W., Lee, M. L., &amp; Dobbie, G. (2005). Semistructured database design. New York: Springer. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Database Manipulation Introduction Normalisation is the process by which one breaks down the files into tables in order to create<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-43719","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data - sheilathewriter<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data - sheilathewriter\" \/>\n<meta property=\"og:description\" content=\"Database Manipulation Introduction Normalisation is the process by which one breaks down the files into tables in order to create\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/\" \/>\n<meta property=\"og:site_name\" content=\"sheilathewriter\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-26T23:11:28+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/\",\"url\":\"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/\",\"name\":\"Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data - sheilathewriter\",\"isPartOf\":{\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#website\"},\"datePublished\":\"2024-04-26T23:11:28+00:00\",\"author\":{\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/f5844d28db4a1882523a0a69560bf0ab\"},\"breadcrumb\":{\"@id\":\"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sheilathewriter.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#website\",\"url\":\"https:\/\/sheilathewriter.com\/blog\/\",\"name\":\"sheilathewriter\",\"description\":\"Custom essay writing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sheilathewriter.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/f5844d28db4a1882523a0a69560bf0ab\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9cf817440d627e98709fcac9c5cc379958985e679d683af80df1879b5a471013?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9cf817440d627e98709fcac9c5cc379958985e679d683af80df1879b5a471013?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/opskill.com\/propapers\"],\"url\":\"https:\/\/sheilathewriter.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data - sheilathewriter","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/","og_locale":"en_US","og_type":"article","og_title":"Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data - sheilathewriter","og_description":"Database Manipulation Introduction Normalisation is the process by which one breaks down the files into tables in order to create","og_url":"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/","og_site_name":"sheilathewriter","article_published_time":"2024-04-26T23:11:28+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/","url":"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/","name":"Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data - sheilathewriter","isPartOf":{"@id":"https:\/\/sheilathewriter.com\/blog\/#website"},"datePublished":"2024-04-26T23:11:28+00:00","author":{"@id":"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/f5844d28db4a1882523a0a69560bf0ab"},"breadcrumb":{"@id":"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sheilathewriter.com\/blog\/database-manipulation-normalisation-is-the-process-by-which-one-breaks-down-the-files-into-tables-in-order-to-create-the-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sheilathewriter.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Database Manipulation Normalisation is the process by which one breaks down the files into tables in order to create the data"}]},{"@type":"WebSite","@id":"https:\/\/sheilathewriter.com\/blog\/#website","url":"https:\/\/sheilathewriter.com\/blog\/","name":"sheilathewriter","description":"Custom essay writing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sheilathewriter.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/f5844d28db4a1882523a0a69560bf0ab","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sheilathewriter.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9cf817440d627e98709fcac9c5cc379958985e679d683af80df1879b5a471013?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9cf817440d627e98709fcac9c5cc379958985e679d683af80df1879b5a471013?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/opskill.com\/propapers"],"url":"https:\/\/sheilathewriter.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/posts\/43719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/comments?post=43719"}],"version-history":[{"count":0,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/posts\/43719\/revisions"}],"wp:attachment":[{"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/media?parent=43719"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/categories?post=43719"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sheilathewriter.com\/blog\/wp-json\/wp\/v2\/tags?post=43719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}