You are on page 1of 1

Project file For Class X IT

1) Create the following table with Design view and take the entry through a form created through a
wizard and then create 2 separate reports using the wizard to display the data for the same.
(Take screen shots at every stage and insert in a word document one below the other. Finally take a
printout and submit in a file with appropriate cover page)

Table Flight with the following structure :

Field Type

Flight_ID Char(4)

Flight_Name Varchar(25)

Source Varchar(30)

Destination Varchar(30)

2) Create the following table using SQL query and insert 10 records of the data for the same..
Also display each data manipulation operation result (screenshot ) along with the SQL
query (Select, Insert, Update, Delete ).

Table Employee with the following structure :

EMP_ID Char(4)

Name Varchar(25)

Dob date

Salary Float

Department Varchar(15)

a) Set Emp_Id as Primary Key


b) Display the records which have salary above 30000
c) Display names and dept of employees whose dob is before 2003
d) Display salaries of employees department wise.
e) Sort all the records based on decreasing salary
f) Alter the table structure to add a new field called Phone_Num with datatype varchar
g) Update one or two records by adding phone number.

(Take screen shots of every query and its output and paste it in the same word document one
below the other. )

You might also like