Question

Consider the scenario where the School has to automate its systems and wants to store details...

Consider the scenario where the School has to automate its systems and wants to store details of its staff Details like their sno, name, salary, dob, doj, experience, age, gender and phNo . Sno is the primary key, experience is a derived attribute. The student details like regNo, Name, sem, age, city, dob, age, phNo are stored. RegNo is the primary Key, phNo is a single valued attribute, and Students have to mandatorily register Courses (ccode, cname, credits) are taught by staffs. Students and staffs are associated with one or the other departments which has only one attribute dname , this also serves as a primary key. Draw the ER diagram with appropriate notations, relationships with cardinalities and participation constraints.

Homework Answers

Answer #1

An ER diagram consist of three things

1)Entities:-School,Student,Course,Department,Staff_details

2)Attributes:-sno,name,salary,dob,doj,phno,age,ecperience,ccode,cname,credits,regNo,sem,dname,etc

3)Relationship:-has,stores,register,taught by,assciated with

Note:Cardinality is shown in the above diagram

********************************************************************************************************************

In case of any doubt do ask in the comment section

Know the answer?
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
Similar Questions
Consider the scenario where the School has to automate its systems and wants to store details...
Consider the scenario where the School has to automate its systems and wants to store details of its staff details like their sno, name, salary, DOB, DOJ, experience, age, gender, phNo are stored. Sno is the primary key, experience is a derived attribute. The student details like regNo, Name, sem, age, city, dob, age, phNo are stored. regNo is the primary Key, phNo is a single valued attribute. Students have to mandatorily register for Courses (ccode, cname, credits) that are...
. Consider the scenario where the School has to automate its systems and wants to store...
. Consider the scenario where the School has to automate its systems and wants to store details of its staff details like their sno, name, salary, DOB, DOJ, experience, age, gender, phNo are stored. Sno is the primary key, experience is a derived attribute. The student details like regNo, Name, sem, age, city, dob, age, phNo are stored. regNo is the primary Key, phNo is a single valued attribute. Students have to mandatorily register for Courses (ccode, cname, credits) that...
Consider the scenario where the company has to automate its systems and wants to store details...
Consider the scenario where the company has to automate its systems and wants to store details of its employees where their empno, name, salary, DoB, age, gender and panNo . empno is the primary key, phNo has to be stored. Age is a derived attribute . panNo is a simple attribute Each employee belongs to one the various departments (dno, dname) in the organization. It is mandatory for each employee to get the medical insurance. The insurance details are also...
Develop an application to support course administration. Read the following detailed description of this application, and...
Develop an application to support course administration. Read the following detailed description of this application, and complete the tasks listed below. *. A course has a unique course number and title, and is assigned to one or more areas of the Computer Science program. Each course has an instructor, at least one teaching or research assistant, an online conference whiteboard, a time (interval), and a capacity (maximum number of participants). A course need not be offered each term, but the...