Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Experiment No.

2+2 (Reverse engineering)


Create database for the following relational schema, insert tuples, execute queries, and analyse
results of queries.

Sailors (sid: integer, sname: string, rating: integer, age: integer)


Boats (bid: integer, bname: string, color: string)
Reserves (sid: integer, bid: integer, day:date)

(a) “Database is prepared for what?” Write in English language


(b) Make analysis of the results of the queries and write queries in English language.

3
7

10

11

4
12

13

14

15

16

17
“08/09/2022”

You might also like