You are on page 1of 5

DATABASE MANAGEMENT SYSTEMS

REVIEW

P R O F. I L K E R B E K M E Z C İ

1
PRODUCTION
• There are some products and each product has different components.
Each component is produced with different material and quantities.

• For example, a car has motor, wheels, bodywork


• Motor is made of iron (300kg), oil (3 kg), rubber (1 kg)
• Wheels are made of rubber (10 kg) and aliminium (3 kg)
• Bodywork is made of iron (50 kg)and paint (5 kg).

2
PRODUCTION
Draw ER Diag
FL EXERCISE
GROUP Produce DB schema
Create DBMS
Write basic insert queries

3
LIBRARY

• There are some books with ISBN, title, publish date, place
• Authors write the books. Multiple author is possible for one book.
• There may be multiple copies of the books and each book does not have a unique
number.
• Librarian give a number, like 1 for the first copy, 2 for the second copy.
• Each copy of the book has purchase date, bondition of the book.
• Members can bring the copies of the books.

4
LIBRARY

FL EXERCISE
GROUP
Draw ER Diag
Produce DB schema
Create DBMS
Write basic insert/delete queries

You might also like