Question

Your project will require you to develop a database design to solve a real-life data management problem. It can be any problem in your work environment or for another organization, for example, a bookstore (think of how Amazon uses databases), a course management system (think of how a university manages courses), a bank (think of how your bank works), and an online auction site (think of how Ebay works). You will develop a database to solve this problem

You will use Oracle DBMS throughout the project.

You need to start thinking about the problem now that the base database design fundamentals have been discussed. Try to answer the following questions:

I NEED PART THREE ALSO VERY IMPORTANT

• Who will use this database for what purpose? Remember there may be different types of users and different purposes. E.g., customers and your boss.

• What operations the database needs to provide to support such purpose? Imagine yourself is the customer to use the database.

What data needs to be stored in database to support such operations?

What assumptions you are making when you design the database, are they reasonable?

You cannot use the examples used in the textbook. If you do not have a real-life problem, you can work with someone who does or the instructor may be able to help you with some project ideas.

The question that everyone asks is "how big does the project have to be?" A project that is too small will probably not provide you with an adequate opportunity to display your skills. On the other hand, you do not want to choose too large of a project. It may be possible to find a portion of a large project that could be appropriate. At a minimum, you need to design 4 to 5 significant tables. You will undoubtedly need additional lookup tables. etc., but they do not count as "significant". Each table should have a certain amount of data. You will also have to define the integrity constraints and write at least 5 SQL queries (at least 2 of them contain joins).

Part 3 (40%): SQL commands specific to your application, including the creation of tables, the input of data, and the querying of data in the tables. You shall also test it using Oracle SQL*Plus. You need to include at least 5 select queries, and at least two of them contain joins.

PART 1) The organizations keeps conducting conferences. For this purpose they require various arrangements to be done. This conference database keeps the record of different conferences, who all are attending the conference, who are the speaker, details about the venue, catering services etc Different entities are involved for this purpose. Below is the ER diagram of the conference management system. It consist of 6 entities connected via the relationship. The various entities are- Conference- Keeps the record of Name, duration and time of the conference Venue- Connected to entity conference via the relationship held_at and keeps the record of the venues. Attendees - Keeps the record of all the attendees of the conference and connected to the conference via the relationship attended_by Speaker-This entity keeps the record of the speaker and connects to conference via the relationship given_by Topic- This stores the topic information which speaker chooses and is connected to Speaker via the relationship speaker. Caterer- This entity stores the infonmation about the caterer who is providing the catering service in the conference and is connected to the entity conference via the relationship catered_by. Date & Time hore by Capacity Rating Sersker 1 Tepic

DO PART 3

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
Your project will require you to develop a database design to solve a real-life data management...
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
  • Project: Relational Modeling Note: This project must be unique in its design (E-R diagram) and implementation...

    Project: Relational Modeling Note: This project must be unique in its design (E-R diagram) and implementation (SQL queries). You are not to copy or use any part of a database project that was previously submitted or appears on the Web, in a textbook, or otherwise made available via an external source. Contact your instructor if you have any questions regarding this requirement. Deliverables for Part 1: (1) Project Description. Provide an overview of your project identifying the major components as...

  • SUBJECT: INFORMATION TECHNOLOGY, CLASS: ADVANCE DATABASE MANAGEMENT Hello Everyone, I need help on a project for...

    SUBJECT: INFORMATION TECHNOLOGY, CLASS: ADVANCE DATABASE MANAGEMENT Hello Everyone, I need help on a project for my ITD 256 Class. These are the questions I am suppose to answer: Project: The project should include designing a database deals with making a proposal for the database implementation. You can either try to fix an existing problem in your business or create a new database for the new projects or new clients. Please define the objective, scope, and time frame of your...

  • Written Assignment#1: Preliminary Database Design Preliminary Database Design The purpose of this project is to give...

    Written Assignment#1: Preliminary Database Design Preliminary Database Design The purpose of this project is to give you some experience in database design. We will explore both theoretical and practical aspects of the database design steps. Once you master it well, it is a simple matter of translating the theoretical concepts you developed into the terms of a concrete DBMS to implement the database. Conceptual/Logical Database Design You must choose some facet of real life that you feel needs to be...

  • Describe briefly a database application case of your choice and represent your data in terms of...

    Describe briefly a database application case of your choice and represent your data in terms of 3 linked (via foreign key/s) tables. List their respective primary key and foreign key/s if any. Your database application case should be different from those already covered in the lectures or practicals. For the database case in the Additional Exercises of the previous practical, complete the proper construction of all the 5 tables in SQL, building all the pertinent primary and foreign keys there....

  • Database design Part One (Conceptual Database Design) As a database developer, you have been asked to...

    Database design Part One (Conceptual Database Design) As a database developer, you have been asked to design a new database the operation of the new project within the Liverpool John Moores University (LJMU). LJMU i planning to deliver a number of professional training courses in Al. Each course is delivered by one member of staff at LJMU's Training Centre; each staff is allocated a staff number. The policy of LJMU is to record the start working date of each staff,...

  • This project will create a GUI to access data held in a MySQL database. You will design a GUI usi...

    This project will create a GUI to access data held in a MySQL database. You will design a GUI using Swing components that will allow you to add a record, delete a record, update a record and display all current records int he database. The design is your choice. Extra credit will be given for the ability to search for a specific record by a key value. You will need to provide details of the database domain, table and record...

  • Project Description In this project, you will design and implement a database for keeping track of...

    Project Description In this project, you will design and implement a database for keeping track of information for an online “SOCIAL NETWORK” system (e.g. a simplified version of Facebook!). You will first design an EER schema diagram for this database application. Then, you will map the EER schema into a relational database schema and implement it on ORACLE or MySQL or some other relational DBMS. Finally, you will load some data into your database (via user Interface) and create some...

  • You are asked to design a data model for The Wagging Tail, an online store that...

    You are asked to design a data model for The Wagging Tail, an online store that sells products for dogs, e.g. dog collars, dog food, dog toys, dog treats, etc. You want to keep track of three entities: (1) the products that the store sells, (2) customers who purchase the products, and (3) the orders that are made on the website. Draw an ERD diagram and use the following information to help guide your drawing: The database should keep track...

  • Final Project: Part I For Part I of your final project, you will design your plan for the scenari...

    Final Project: Part I For Part I of your final project, you will design your plan for the scenario provided below. Your project plan should include the entity relationship diagram (ERD). Scenario Imagine that you just started a new job at ABC Car Sales. You’ve been given the task of adding all the new and used car inventory to a new database management system (DBMS). You would like to manage the new and used car sales in the new DBMS....

  • For this course project, you will use various database management and programming techniques to design and...

    For this course project, you will use various database management and programming techniques to design and develop an online sales and distribution system for a fictitious organization. There are two phases—you will complete the first phase this week and the second phase in W5 Assignment 2. Rationale The focus of the project is to develop your database programming skills. This project will help you get a fair idea of the sales and distribution system in any organization that has a...

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