We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0ba85 commit 8c67658Copy full SHA for 8c67658
README.md
@@ -0,0 +1,21 @@
1
+# Design-Database-for-HomeLending-Project
2
+CSCI 54100 DATABASE SYSTEMS
3
+
4
+## Steps involved in Database design
5
6
+```
7
+1. Functional dependency analysis
8
+2. Final Logical data model
9
+3. Final Physical data model
10
+4. Prototype of RDD generated by ERwin
11
+5. DML statements
12
+6. Queries and analysis
13
14
15
+## Logical data model
16
17
+<img src="https://github.com/Premchand95/Design-Database-for-HomeLending-Project/blob/master/img/LDM.png">
18
19
+## Physical data model
20
21
+<img src="https://github.com/Premchand95/Design-Database-for-HomeLending-Project/blob/master/img/PDM.png">
0 commit comments