So 00 Hil
So 00 Hil
Construct an E-R diagram for a hospital with a set of patients and a set of
medical doctors. Associate with each patient a log of the various tests and
examinations conducted.
2. Consider the enitity EMPLOYEE with following attributes: Practical on RDBMS .
Emp-ID Employee-Name Address Phone Dependent-Name Relationship~to~Employee Skill
Designation Designation-Start-Date Salary Salary-StarLDate Using the EMPLOYEE
entity, convert each of the one-to-many association into a weak entity and a
relationship. Identify the
discriminator of each weak entity and the attributes of each relationship.
3.The people's Bank offers five types of accounts: loan, checking, premium savings,
RDBMS daily interest saving, and money market. It operates a number of branches and
a client of the bank can have any number of accounts. Accounts can be joint, i.e.,
more than one client may be able to operate a given account. ldentify the entities
of interest and show their attributes. What relationships exist anlong these
entities? Draw the corresponding E-R diagram.
4.A University decides to computerise it's registration system. ldentify the
possible entities and relationships and Draw the E-R Diagram.
5.in the Database file Add these Fields: (Total: Datatype- Number 3 digits,
Percentage: Datatype – Number 3 digits with 2 decimal places, Grade: Datatype- Char
with 2 letters)
6. Create Marksheet table and Insert more 3 records in MARKSHEET using SQL mode.
7.Update the values for newly added columns i.e. Total, Percentage, Grade table
using UPDATE command.
9.Display name, rollno, marks of 3 subjects, total and percentage using design
view.
10. Write SQL command to display name, rollno, grades from the marksheet table.
THEORY
6.What is UML class diagram explain the relationship type of degree with example.