Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

DATABASE LABORATORY

SHIRAZ UNIVERSITY

SPRING 2013

Session 6
Required Tasks
1. Use JDBC to insert/retrieve your picture into/from the student table. 2. Write a complete Java program which is able to perform the following tasks: a. Creating a new department b. Adding instructors to a department c. Adding students to a department d. Adding courses to a department (with selecting prerequisites) e. Assigning an instructor to a student as an advisor Good luck! ;)

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. Write each answer in a single Java le and archive all the answers in a single zip or rar le. CREATE [TEMP] VIEW name [ ( column_name [, ...] ) ] AS query

PAGE 1 OF 1

Arash Pourhabibi Zarandi

SESSION 6

You might also like