Saturday, December 21, 2019

Database System For Sl Consulting - 1404 Words

# #Tables of Contents: Page No. 1. Executive Summary†¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦4 2. Relational Database†¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦4 3. Normalization†¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦.†¦Ã¢â‚¬ ¦5 4. Computer Database†¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦5 5. Steps followed in completing the task†¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦.......6 6. Problem faced and solution†¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦....9 7. Summary†¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦...10 8. References†¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦Ã¢â‚¬ ¦.....11 Executive Summary: We were assigned to prepare database system for SL Consulting which is Consulting firm. Mr. Lalith and Suchit are the owner of SLC, appointed me and my project partner as a consultant to create safe access database . We had been given some instructions through which we are able to successfully create†¦show more content†¦In understanding the difference of database system from conventional file processing system such as spread sheet, the following attributes helps to know more about it. Primary Key: The unique key which we give to the table and creates relationship with the foreign keys in the other tables is known as a primary key. It removes the risk of redundancy and duplication of data. Foreign Key: Foreign key is the primary key on the other table. It is used to link the table with one another. It ensures that the record for such transaction is present in the former or master table. Let us see the following diagram for better understanding- Figure.1. In the above table, we can clearly see that Customer ID in the tblTimeSheet is connected to the Customer ID in the tblcustomer. We can also see the One-to-many and many-to-one relationships in the relationship database tables above. Normalization: Normalization is the process of organizing data in the relational database. The database is split into tables and record the required information in the given field. The benefit of normalization is that it reduces data redundancy and dependency of data. (Brett Considine, 2008) Computer database: With the increasing requirements of the business world, software developers came up with the computerized database solution which has multiple built. Computer database reduces the replication of the data by storing the data at a central location so that everyone can access it

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.