Access
Access
in it, decide to pursue a law degree at night. After graduating, he has teamed up
with Lyla El Pajaro to form Peck and Paw, Attorneys at Law. Los and Lyla have hired
you to design a database system based upon the following set of business rules. It
is in your best interest to perform a though analysis, to avoid needless litigation.
Please create an ERD based upon the following set of rules:
ade.
Also, draw a data model for this situation.
the president, you have come up with the following list of entities, attributes, and
initial business rules:
After some further discussion, you have come up with some additional business
rules to help you create the initial design:
==============================================
===============================
Q5. Write SQL commands for the following:
a) Create two different forms of the INSERT command to add a student with a
student ID of 65798 and last name Lopez to the Student table.
b. which instructors cannot teach both Syst Analysis and Syst Design?
dont know!
a)
what are the courses included in the Section table? List each course only
once
b)
SELECT Student.Name
FROM Student
ORDER BY Student.Name;
c) List the students who are enrolled in each course in semester 1/2008. Group
the students by the sections in which they are enrolled.
Dont know!
d) List the courses available. Group them by course prefix. (ISM is the only prefix
shown, but there are many others throughout the university.)
Dont know!