Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have been asked to design a database system for ConsultMatch, a company that wants to match consultants and clients via an online service. They

You have been asked to design a database system for ConsultMatch, a company that wants to match consultants and clients via an online service.
They have an existing list of 1500 consultants who have signed up so far. For each consultant, they need to display their name, degrees/education, experience, expertise, rate, and previous clients.
Potential clients look for a consultant at ConsultMatch by browsing a free list of consultants or using the ConsultMatch search engine. Once they have found the person who meets their needs, they can sign in to provide an overview of their project via the website.
The potential client needs to provide information about the project: customer name, address, project description, tasks for consultant, preferred starting time, and a sample of the materials if available.
ConsultMatch provides an opportunity for consultants to agree or disagree with a project after reading the description. They can also request more information from the potential client.
Tasks: Design a database for this project.
Show the ER diagram for your database. There should be at least 4 entities with their relations.
Clearly describe the symbols you use for your ER diagram (entities, relationships, cardinalities, etc)-
Show the corresponding Relational Model with PK, and FK constraints. Show the required vs optional attributes along with data types for each attribute.
Write a SQL Query that can be used to produce a report that shows a list of the consultants (first name and last name), the project they are working on (Project Name/Description) along with the Customer information (Customer Name).
As a software designer, you already know that ConsultMatch will want to do data mining later on.
What type of data would you recommend that ConsultMatch tracks and stores in a database? And why?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

Analyse the process of new product of development.

Answered: 1 week ago

Question

Define Trade Mark.

Answered: 1 week ago