1. Please answer the following questions. You need to draw ER diagrams using any free tools discussed in the class or you may draw using pencil and paper.
b. A laboratory has several chemists who work on one or more projects. Chemists also may use certain kinds of equipment on each project. Attributes of CHEMIST include Employee ID (identifier), Name, and Phone No. Attributes of PROJECT include Project ID (identifier) and Start Date. Attributes of EQUIPMENT include Serial No and Cost. The organization wishes to record Assign Date—that is, the date when given equipment item was assigned to a particular chemist working on a specified project. A chemist must be assigned to at least one project and one equipment item. Given equipment item need not be assigned, and a given project need not be assigned either a chemist or an equipment item.

A chemist must be using atleast one equipment whereas an
equipment can/cannotbe assigned to an employee too.Relationship
between employee and equipment is zero or One-to-one Or Many
realtionship and its represented by

Given an employee must be assigned to atleast one project or
more,where as a project can or cannot be assigned to any
employee.So relationship is Zero or One-to-Zero or Many
relationship and is represented by

Given an Equipment cannot be assigned. The relationship between Project and equipment is Zero or One-to- Zero or Many relationship and is represented by

########################################################
Give a ThumbsUp if you found this answer Helpful :)
#######################################################
1. Please answer the following questions. You need to draw ER diagrams using any free tools...
ERD requirements: In your ERD*, you must include: • All entities and the relationships among them; • Reasonable attributes for each entity; • Notations of all PKs and FKs • Cardinalities for each relationship. ERD Cases: Draw an ERD for each of the following situations. (If you believe that you need to make additional assumptions, clearly state them for each situation.) Draw the same situation using the tool you have been told to use in the course. A laboratory has...
Question: Consider the following relations for a database that keeps track of student enrollment in courses and the books adopted for each course. 1- Draw an ER diagram of ONLINE COURSE REGISRATION database, that captures all the given below requirements. Specify key attribute(s) of each entity set. For each relationship set, specify structural constraints and participation constraints. a. For each USER, the portal maintains user ID, Name, E-mail. Each user has a unique ID. Name is a Composite attributes with Frame, Midname,...
You will need draw a normalized entity relationship diagram (ERD) for the case described below. You only need to show your final ERD in 3NF. Case The North Carolina Division of Employment Security wants to build a system that tracks job seeking activity for unemployed individuals. When each individual applies for unemployment (referred to as an applicant) he/she is assigned a job coach who is responsible for monitoring the applicant’s job seeking activity. The development team has tentatively identified the...
1. Draw an ERD for the following situation. Be sure to show: entity information, attributes, identifier(s), relationships and relationship names, and cardinality Each publisher has a unique name; a mailing address and telephone number are also kept on each publisher. A publisher may publish one or more books; a book is published by exactly one publisher. A book is identified by its ISBN, and other attributes are title, price, and number of pages. Each book is written by one or...
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...
Develop an EER (ER) model for the following situation using traditional EER notation. You have been hired by a new start-up company, IT Consulting – a company that consults with corporations to determine their security needs. You came up with the following set of entities, attributes and business rules: CONSULTANT 2 types of consultants – business consultants and technical consultants. Business consultants first work with a company for security needs, technical consultants perform services according to specs developed by business...
Would you please help me with this homework ?
1- Explain what requirements this ER diagram is implementing
2- Draw an ER diagram (relationships) for the following business
rules in a company:
• A salesperson manages one or many other salespeople while a
salesperson is managed by only one salespeople.
• A salesperson can be an agent for many customers but a customer
is managed by only one salesperson.
• A customer can place many orders. But an order can...
This assignment consists of a series of SQL questions. For each
question, you will need to include:
• SQL query.
• An explanation of the query. Please include explanations as a
comment AFTER your query, e.g., enclosed within a /* comments block
*/ ). See the first example in the SQL tutorial for a comment. You
don’t need to explain straightforward code in comments. Only the
parts that are interesting or different, so that we understand what
you did.
Question-1...
Based on following business rules, draw a Crow's Foot Model: course may require none or one other course as its prerequisite One course can be a prerequisite for only one other course One course can use as many as 10 resources. The resources can be Web sites, journal articles, images, or audios One resource will be used by at least one course or many courses One resource can have multiple creators, but only the first creator is recorded in the...
Assume that you are working with a hospital and this hospital needs a software system to track its patients’ information. Your role in this software development is to design the database. There are many aspects of such a hospital software system to develop. However, in this assignment, you will only address interactions between doctors and patients. Your first step will be to create the relations necessary for this system and identify and describe the constraints that would be appropriate for...