0% found this document useful (0 votes)
20 views

Individual Assignment Modif

The document discusses an assignment involving modeling a university database system with entities such as faculties, schools, programs, courses, lecturers, and students. It asks the student to identify entities and relationships, draw rough and key-based entity-relationship diagrams, define primary keys, and add attributes to the ERD. It also asks questions about foreign keys, SQL programming support, primary keys, writing basic SQL queries, and the ACID properties of databases.

Uploaded by

Emente Emente
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Individual Assignment Modif

The document discusses an assignment involving modeling a university database system with entities such as faculties, schools, programs, courses, lecturers, and students. It asks the student to identify entities and relationships, draw rough and key-based entity-relationship diagrams, define primary keys, and add attributes to the ERD. It also asks questions about foreign keys, SQL programming support, primary keys, writing basic SQL queries, and the ACID properties of databases.

Uploaded by

Emente Emente
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Individual assignment

1. The Scenario:
A University contains many Faculties. The Faculties in turn are divided into several Schools. Each
School offers numerous programs and each program contains many courses. Lecturers can teach
many different courses and even the same course numerous times. Courses can also be taught by
many lecturers. A student is enrolled in only one program but a program can contain many
students. Students can be enrolled in many courses at the same time and the courses have many
students enrolled.
1: - Identify Entities
2: - Find relationships
3: -Draw rough ERD
4 - Fill in cardinality
5: - Define primary keys
6: - Draw key-based ERD
7: - Draw fully attributes ERD
2. What is a foreign key?
3. Does SQL support programming?
4. What is a primary key?
5. Write an SQL query to find names of employee start with 'A'?
6. Write an SQL query to get third maximum salary of an employee from a table named
employee table?

7. What is ACID property in database?


8. Use case diagram
9. Schema is

You might also like