I have 35 written questions and 5 SQL assignments. I will provide all three Query languages for the database and the ER Diagram. For the SQL assignments, you must provide both the SQL statement an

Review Questions 4


Please answer these questions in your own words:


1. Define the term user view as it applies to database design.

2. The information-level design method presented in this lecture contains steps that must be repeated for each user view. List the steps and briefly describe the kinds of activities that must take place at each step.

3. A database at a college is required to support the following requirements. Complete the information- level design for this set of requirements. Use your own experience to determine any constraints you need that are not stated in the problem. Represent the answer in DBDL.

- For a department, store its number and name.

- For an advisor, store his or her number and name and the number of the department to which he or she is assigned.

- For a course, store its code and description (for example, MTH110 or Algebra).

- For a student, store his or her number and name. For each course the student has taken, store the course code,course description,and grade received. In addition, store the number and name of the student’s advisor. Assume that an advisor may advise any number of students but that each student has just one advisor.

4. List the changes you would need to make in your answer to Question 3 if a student could have more than one advisor.

5. Suppose in addition to the requirements specified in Question 4, you must store the number of the department in which the student is majoring. Indicate the changes this would cause in the design if the student’s advisor does not necessarily have to be in the department in which the student is majoring.