Sample Project - Real Estate
Sample Project - Real Estate
Sample Project - Real Estate
The Real Estate Database goal is to organize information into tables in order to provide
consistent data customer driven and specific to the real estate industry. The primary users of this
database will be real estate agents. The database design is focused on accomplishing the database
Real Estate Properties People selling their of the real estate provides funds for the Agencies
properties properties properties with the
advertise and sell
expectation to be paid in
properties
fees or interest
Address LenderID
PropertyID
AgencyID
Table: Advertisement
INSERT INTO Customers VALUES ('3301', 'Richard', 'Smith', '419208879', '5501', '4401',
'2201');
INSERT INTO Customers VALUES ('3302', 'Samantha', 'Karis', '330208934', '5502', '4402',
'2202');
INSERT INTO Customers VALUES ('3303', 'Timothy', 'Domingo', '600976864', '5503', '4403',
'2203');
Table: Lenders
INSERT INTO Properties VALUES ('4401', 'House', '2600', '2006', '16241 S, Farrell Rd,
Lockport, IL 60441');
INSERT INTO Properties VALUES ('4402', 'Appartment', '941', '2012', '1100 5th Ave,
Hammond, IN 46320');
INSERT INTO Properties VALUES ('4403', 'Condo', '1200', '2016', '2333 63rd St, Woodridge,
IL 60517');
Table: Real Estate Agencies