Question

John owns a portfolio of rental properties with his parterns. He wants to develop a database...

John owns a portfolio of rental properties with his parterns. He wants to develop a database to store property information as well rental data. Below are some of the data that need to be kept track of.

For each property, the database needs to store property address, size, number of rooms and bathrooms, and purchase date.

There are two types of properties – single family house and condo. Need to store yard size for single family house and monthly HOA(Home Owner Association) fee for condo.

For current and potential customers, need to store customer name, current address, family size, and contact phone number.

A customer needs to submit an application to rent a property. Need to track application submission date, potential start date, application result and explanation.

Once approved, a lease will be signed and need to track start date, end date, sign date, montly rent, and deposit amount.

Need to track montly payment information including payment amount, pay date, and payment method.

A customer can set up different payment methods. Each method includes financial institute name, address, and account number. There are two types of methods – credit card and check. For credit card, need to store expiration date and security code. For check, need to store bank routing number.

Please complete the following tasks to design the database to meet requirements specified. State any relevant assumptions you make, but do not add any additional data requirement unless it is really necessary.

Identify entities and attributes. List entity name and attribute names for each entity.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Entities and their attributes :

(a) Entity Name : Property

Property's Attributes : property address, size, number of rooms and bathrooms, purchase date , types of property.

(b) Entity Name : Customers

Customer's Attributes : customer name, current address, family size, contact phone number.

(c) Entity Name : Application

Application's Attributes : submission date, potential start date, application result , explanation , isapporoved , start date, end date, sign date, montly rent, deposit amount.

(d) Entity Name : Payment

Payment's Attributes : payment amount, pay date, payment method - ( credit card - ( expiration date , security code , financial institute name, address, account number ) , check - ( bank routing number , financial institute name, address, account number ) )

Add a comment
Know the answer?
Add Answer to:
John owns a portfolio of rental properties with his parterns. He wants to develop a database...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 3 (16) You are hired to build a database for a local association of realtors. The database has to...

    3 (16) You are hired to build a database for a local association of realtors. The database has to contain information about the properties that are for sale in the area, realty agencies and agents, as well as keep track of the history of property sales. In particular, you are told the following about the desired database: o The database has to contain information about the realty agencies. Each agency has an ID, name, address and a phone number The...

  • DVD Rental System Develop a DVD/CD Rental System for a shop that rents out DVDs and...

    DVD Rental System Develop a DVD/CD Rental System for a shop that rents out DVDs and VCDs to its registered customers. The system need to keep track of its rental information and compute rental fees collected from DVDs and CDs rented out to customers. This DVD Rental System is to be developed with methods using the Java programming language. The DVD rental shop has several DVDs and CDs, and many customers. Each customer is allowed to rent maximum of five...

  • A real estate manages a number of properties and it requires a database system for managing...

    A real estate manages a number of properties and it requires a database system for managing its operations. The requirements of the agency from the database system are as follows: A database that contains data of each: Property(house or apartment) Property owner, and o Tenant. C Full description of each property. Enough information of each owner Enough information of each tenant. The status of the property. An owner can own many properties. A tenant can rent many properties. The database...

  • Suppose a local college has tasked you to develop a database that will keep track of...

    Suppose a local college has tasked you to develop a database that will keep track of students and the courses that they have taken. In addition to tracking the students and courses, the client wants the database to keep track of the instructors teaching each of the courses. Database Design Diagram Use any drawing package or any other application you know such as Visio, Word, PowerPoint, or another tool to create the Database Design Diagram. Otherwise, you may draw the...

  • 6-dt-content-rid-11 91 82071-1/courses/1 1025.201 860/Scanned%20from%20MIS%20Xeroxpdrag 3. (42 points) This problem was inspired by a real-world database...

    6-dt-content-rid-11 91 82071-1/courses/1 1025.201 860/Scanned%20from%20MIS%20Xeroxpdrag 3. (42 points) This problem was inspired by a real-world database problem found in the news: Rental-owner database seen as solution to problem properties. A municipality (city) is creating a new database to help manage problems with rental properties within the city. They need to keep track of basic information (description, address, etc.)on the properties being rented within the city. They will store information on two types of rental properties, houses and apartments. These have...

  • Solve it in access Group Project Note: All documents should be prepared and presented in a...

    Solve it in access Group Project Note: All documents should be prepared and presented in a professional manner, with a cover page showing the group number and the names of group members. Nothing should be hand written hand drawn Michiana Car Rentals Database System Michiana Car Rentals, Inc., headquartered in South Bend, IN, wants to build a database system which would track information customer billing. Usually, a customer picks up a car and then returns after a period of time....

  • Database Design

    Smart Driving School (SDS) was established recently. SDS has five branches in Canberra. SDS requires your team to design a database system to enable more smooth operation of the centre. The details of the branches of SDS are: Branch nameAddressSDS Dickson150 Camilla Way, Dickson, 2662, ACTSDS Page12 Page St, Page, 2614, Page, ACTSDS Franklin12 Franklin St, Franklin, 2912, Franklin, ACTSDS City12 Bunda St, 2601, City, ACTSDS Bruce12 Norman Fisher Crt, 2617, Bruce, ACT SDS database will record and store the data about...

  • Programming Assignment This is a database course using Open Office Database. Assume that you have been...

    Programming Assignment This is a database course using Open Office Database. Assume that you have been given the task of creating a system for a library to keep track of their books, the borrowers of the books, and the books that are currently lent out. Your first step will be to create the relations necessary for this system. Book will need information such as a unique identifier for each book, title, author, ISBN number, date of publication, cost. Borrower will...

  • The owner of a small chain of appliance stores wants to build a database to help...

    The owner of a small chain of appliance stores wants to build a database to help track data about its regions, stores, employees and jobs.  The chain has divided the map of where its stores exists into various regions. Each region has a description (of boundaries).  Each store is named, has an average market size (expressed in dollars) and belongs to s specific region. Each store also has an address, city, state, and zip.  The database should...

  • House of Rock is a rental business that rents musical instruments to bands. Create an ER...

    House of Rock is a rental business that rents musical instruments to bands. Create an ER diagram using erdplus.com for the House of Rock Operations Database, based on the following requirements. Use the Export Image command under the Diagram pull-down to generate a .png file. Upload the .png file to submit this assignment in Blackboard. The House of Rock Operations Database will keep track of instruments, bands, repair technicians, and shows. For each instrument, House of Rock will keep track...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT