Vous êtes sur la page 1sur 2

DATABASE LABORATORY

SHIRAZ UNIVERSITY

SPRING 2013

Session 2
Required Tasks
1. Create required tables according to the given E-R Diagram. An example is provided to remind you the required syntax: CREATE TABLE Department ( dept_name varchar(100) NOT NULL, building varchar(50) NOT NULL, budget money NOT NULL, PRIMARY KEY (dept_name) ); Good luck! ;)

PAGE 1 OF 2

Arash Pourhabibi Zarandi

SESSION 2

DATABASE LABORATORY

SHIRAZ UNIVERSITY

SPRING 2013

Attention

1. Dont try to cheat or to copy your classmates answers. I am also a student just like you, except with more experience in cheating, so I can easily understand it. Those who cheat will get zero. 2. Please use proper and meaningful names. 3. Use the the following table in order to choose proper data types.

PAGE 2 OF 2

Arash Pourhabibi Zarandi

SESSION 2

Vous aimerez peut-être aussi