0% found this document useful (0 votes)
8 views1 page

Relational Design

Uploaded by

forallmy7frnds
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Relational Design

Uploaded by

forallmy7frnds
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CS241 Project

Real Estate Office Database Management


System

Buyer

PK buyer_id int

buyer_name varchar(20)

phone int

Seller

PK seller_id int
Record
seller_name varchar(20)
PK record_id int
seller_prop
phone int
FK buyer_id int
FK seller_id int
FK seller_id int
FK prop_id int
FK property_id int

FK agent_id int Property

sale_type varchar(20) PK prop_id int

date Date prop_type varchar(20)

amt int prop_price int

house_no varchar(10)

city varchar(20)

street varchar(20)

pincode int
agent_prop
state_name varchar(20)
FK prop_id int
bhk int
FK agent_id int
prop_status varchar(20)

Agent

PK agent_id int

agent_name varchar(20)

phone int

You might also like