DataBase 1st Assignment
DataBase 1st Assignment
Entity Set: Collection of all bank branches owned by Habib Bank Limited.
Attributes:
1. Branch ID
2. Branch Name
3. Address
4. Manager
5. Services offered
Relationships:
Data Items:
1. Branch ID
2. Branch Name
3. Address
4. Manager
5. Services offered
Data Aggregates:
Data Occurrence
File: Each branch's information can be stored in a separate file or row within a
spreadsheet or database table. For example, a CSV file or a table named
"BranchInformation" in a relational database.
Database Tables:
1. BranchInformation
2. CustomerInformation
3. AccountInformation