Skip to content

Commit 16d38d2

Browse files
Create Readme.md
1 parent 7eea82a commit 16d38d2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Loan Project/Readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Objectives:
2+
The main objective of the project is to create and manage relationship using daatasets entity mapping between multiple datasets and form a master table.
3+
* Finding the number of records in each datasets.
4+
* Create the relationship between Transaction Data and Loan Data using account_id as a relationship factor by inner join.
5+
* Mapping Account Data and Order Data using account_id as a factor by inner join.
6+
* Joining the Card Data and disposition Data using disp_id as a relationship factor by inner join.
7+
* Creating the relationship between merged Card and Disposition Data with Client Data using client_id as a factor by inner join.
8+
* Entity Mapping the Card, Disposition and Client Data with District Data using district_id as a mapping relationship by inner join.
9+
* Mapping the relationship between Merged Account and Order Data with Card, Disposition, Client and District Data using district_id as a factor by left join.
10+
* Forming Master Table by joining the merged Account, Order, Card, Disposition, Client, District Data with merged Transaction Data and Loan Data using account_id as a factor.
11+
The image gives detailed brief about how the relationship mapping works.
12+
13+
![image](https://github.com/Balajimohan18/SQL-Projects/assets/136687240/fa45e569-8150-4e3d-b086-4be73efaa9ea)

0 commit comments

Comments
 (0)