Question

Project 2 (Clothing Rental) Fashion Rental is a rental company located in Manhattan, New York, specializing in rental of high
Employee Employeeld Clothingld RentalNumber RentalNumber, LineNumber Clothing RentalDetail Category Categoryld Fig 2: Entity
Project 2 (Clothing Rental) Fashion Rental is a rental company located in Manhattan, New York, specializing in rental of high end wome en clothing for the fashion industry. Over the past 12 months, her business has experienced tremendous growth due to a boom in the fashion Industry. The business has kept the daily service records in a workbook format and now needs to expand its reporting capabilities to develop a relatio nal database to effect a more functional structure. Fashion Rental needs help developing a database, specifically: Create a customer table Create an employee table Create a clothing table Create a rental table Create a rentalDetail table Create a category table Create various queries Produce a daily invoice report The entities and primary keys for the database have been identified in figure 1. The list of records have been identified in fig 2. You may ma diagram. ke and list any assumptions to simplify your entity-relationship The following business rules have been identified: 1. A customer can rent on e or more clothing but must rent at least one 2. A clothing can be rented to one and only one customer An employee can process one or more rental but 4. A rental must be processed by one and only one employee 5. An clothing can be rented by the day and must not be rented for more than 10 days 3. must process at least one Project Focus Your job is to complete the following tasks: 1. Develop and describe the entity-relationship diagram 2. Use normalization to assure the correctness of the tables (relations) 3. Create the database using a personal DBMS package (MS Access) 4. Create data to populate your tables as per the guidelines in figure 2 5. Create a query to show the total amount of clothing rented by category 6. Create a query to show the employee that processed the least rentals 7. Create a query to show a listing of the total rentals and cost per customer 8. 9. Create a report to show the total rental revenue generated by each employee. Create a report that shows the daily invoice (rental details) for each customer
Employee Employeeld Clothingld RentalNumber RentalNumber, LineNumber Clothing RentalDetail Category Categoryld Fig 2: Entity Customer Employee Clothing 20 10 20 (with at least 10 rentals per month for a 2 month period At least 60 (with at least 5 rentals with more than one item per month) e.g. In the month of say January, you would have at least 5 rentals that have more than one items, the other rentals in Jan could have only one item At least 5 Rental RentalDetail Category Fig 1 Help: 1. All tables must contain a primary key (see Fig 1.) 2. All tables are related via relationships. For a one to many relationship, the primary key of the one table must be duplicated in the many table. 3. Choose the appropriate data type and field size for each field in each table based on the data for that table. 1. Customer Table: Only nine fields needed (Customerld, Firstname, LastName, Address, City, State, Zip, Phone, Email). 2. Employee Table: Same as Customer Table 3. Clothing Table: Use fields that are related to the table. Do not create more than 6 fields for this table (including any foreign key). Must contain a CostPerDay field which will contain the 4. Rental Table: Only six fields needed (Rentalld, StartDate, Enddate, TotalDue)-you figure 5. RentalDetail Table: Only four fields needed. (Rentalld, LineNumber, Cost)-you figure out 6. Category Table: Only two fields needed (Categoryld and Description). daily rental cost for the tool. out the other two. the other.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

When we open Access, Backstage view displays the New tab. The New tab provides several ways that we can create a new database:

  • A blank database We can start from scratch if we want. This is a good option if we have very specific design requirements or have existing data.

  • A template that is installed with Access    Consider using a template if starting a new project. Access has several templates installed by default.

This shows the databaseDatabase1:Database (Access 2007 Micrasaft Access Hame Create Exal Data Datahasp Toals Datashept se Data Tye AutcNrber Delete

Add a comment
Know the answer?
Add Answer to:
Project 2 (Clothing Rental) Fashion Rental is a rental company located in Manhattan, New York, sp...
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
  • EliteVideo is a startup company providing concierge DVD kiosk service in upscale neighborhoods. E...

    EliteVideo is a startup company providing concierge DVD kiosk service in upscale neighborhoods. Each store can own several copies (VIDEO) of each movie (MOVIE). For example, the store may have ten copies of the movie Titanic. In this case, Titanic would be an instance in the MOVIE table, while each rentable copy would be an instance in the VIDEO table. A rental transaction (RENTAL) involves one or more VIDEOs being rented to a member (MEMBERSHIP). A video can be rented...

  • You work for a DVD rental company. Your manager has asked you to pull some data on the company, i...

    You work for a DVD rental company. Your manager has asked you to pull some data on the company, its inventory, and customers. You will complete this by developing and running SQL queries. Initialize Your Database (NOTE: If you alreody did this in Project 1, you do not need to do this step again): 1. Download RentalCompany.sql from Doc Sharing. Run the script to create tables and data. You should not receive errors. There may be a few warnings, but...

  • 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....

  • I need help with certain questions. Please. 18. 4 points For each Rental, list the Rental...

    I need help with certain questions. Please. 18. 4 points For each Rental, list the Rental ID, Rental date, customer ID, customer first name, customer last name, and count of disks rented; sort by Rental ID. Show the Rental date formatted as ‘mm-dd-yyyy.’ Hint: use a GROUP BY clause. 19. 4 points List the disk ID, title name, rating, format description, and fee amount for all copies rented in Rental 3; sort by disk ID. Show the fee amount formatted...

  • 12.12 Read the following case study, which describes the data requirements for a DVD rental company....

    12.12 Read the following case study, which describes the data requirements for a DVD rental company. The DVD rental company has several branches throughout the United States. The data held on each branch is the branch address made up of street, city, state, and zip code, and the telephone number. Each branch is given a branch number, which is unique throughout the company. Each branch is allocated staff, which includes a Manager. The Manager is responsible for the day-to-day running...

  • SQL Queries – in this assignment you will be asked to create several SQL queries relating...

    SQL Queries – in this assignment you will be asked to create several SQL queries relating to the Sakila database that we installed in class. You may freely use DBeaver to create these queries, but I will expect your solution to show me the SQL code to answer or complete the tasks below. Write a query that produces the last name, first name, address, district, and phone number for every customer in the customer table. (You don’t need to include...

  • Hospital Patient Reglstration System Hospltal Patient Registration System Part 2: Relational Sche...

    Hospital Patient Reglstration System Hospltal Patient Registration System Part 2: Relational Schema: Description of Tables 1) 2) Patient Table: Contains detail information about patients. Patient Address: Contains list of patients addresses. Each Patient can have more than one Address. However, an address can belong to only one patient. DOD DATETM 3) Provider Table: Contains detail information about Service Provider's, 4) Provider Address: Contains list of provider's addresses. 5) Provider Department: Contains information about which provider are in which department. Provider...

  • Topic: Inventory Manangement Part A. Database Creation Your database should have a minimum of 4 tables...

    Topic: Inventory Manangement Part A. Database Creation Your database should have a minimum of 4 tables and include both one-to-many and many-to-many relationships. Be sure to include some numeric and/or date fields. Define all appropriate constraints, using the proper naming conventions (see Structure Notes below). Populate your database with at least 30 records in the main table(s), and whatever is needed in related tables. Submit the following: • a short description of the purpose of the database and what the...

  • Description: The car rental company allows customers to reserve rental cars over the internet, the company...

    Description: The car rental company allows customers to reserve rental cars over the internet, the company also allows customers to rent cars by calling up car rental personnel or by walking up to the rental counter. The rental car company has a number of branches and each car is assigned to a home branch. Cars are always rented from the home branch but may be returned to a different branch. Cars are sometimes shifted from location to location – i.e....

  • 484 Core Concepts of Accounting Information Systems a. Using Access, create an employee table sim- ilar...

    484 Core Concepts of Accounting Information Systems a. Using Access, create an employee table sim- ilar to the one shown in Figure 15-4. Create created. (Hint You can use the aforemen- tioned expression for the department code as a validation rule.) at least one record for this table b. Create validation rules for the listed restric tions and an accompanying validation text for each. Document your work by provid- ing a table outlining exactly what rules you c. Test each...

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