logo

Database Design: Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures

Assignment for ICT211 Database Design Task 2 in ATMC Semester 1, 2018. The assignment is an assessment worth 30% of the total assessment for the course. It is due on Midnight Friday, Week 12 and should be submitted through SafeAssign.

21 Pages736 Words54 Views
   

Added on  2023-06-11

About This Document

This article covers various aspects of Database Design including Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures. It provides a detailed explanation of each concept with solved examples. The article is relevant for students studying computer science or related courses in any college or university.

Database Design: Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures

Assignment for ICT211 Database Design Task 2 in ATMC Semester 1, 2018. The assignment is an assessment worth 30% of the total assessment for the course. It is due on Midnight Friday, Week 12 and should be submitted through SafeAssign.

   Added on 2023-06-11

ShareRelated Documents
Database Design: Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures_1
Table of Contents
Database Design..............................................................................................................................3
1. Removal of data....................................................................................................................3
2. De-Normalization.................................................................................................................3
3. Constraints............................................................................................................................9
4. Normal Form......................................................................................................................12
5. Create Indexing...................................................................................................................15
6. ER Diagram: Crow's Foot Notation....................................................................................16
7. Relational Schema..............................................................................................................17
8. Create Procedures...............................................................................................................18
2
Database Design: Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures_2
Database Design
1. Removal of data
There is no duplicate data.
2. De-Normalization
De normalization is the process of improving the speed for the read-based performance of
the Database structure and it is used to decrease the some problem in the Database queries with
the help of adding some redundant copies of information as well as reduce the schema layer of
normalization.
3
Database Design: Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures_3
Queries
1
2
4
Database Design: Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures_4
3a (i)
3a (ii)
5
Database Design: Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures_5
3a (iii)
3a (iv)
6
Database Design: Removal of data, De-Normalization, Constraints, Normal Form, Create Indexing, ER Diagram, Relational Schema, Create Procedures_6

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Database Programming: Design, Normalization, Constraints, Indexing, Procedures
|20
|637
|429