You are on page 1of 1

APEEJAY SCHOOL, MAHAVIR MARG, JALANDHAR

ASSIGNMENT
CH-1 Introduction to Database Concepts
CLASS VIII SUB: COMPUTER SCIENCE
Ques 1. Fill in the blanks:
1. Data is organized into ___________ for quick retrieval of information.
2. Fieldnames/Attributes are the ____________ headings of a table.
3. A collection of data in the form of a row is called __________.
4. ___________ table contains relatively permanent data.
5. Slave/Transaction table contains data dependent on ___________ table.
6. ____________ key does not allow ________ values.
7. ____________ key uniquely identifies a record in the master table.
8. A ___________ key references a primary key in the master table.
9. A ________ end is used to interact with the user.
10.A back end is used to _________ the data.
II. Knowledge based question
Consider the following tables WORKER AND PAYLEVEL and write the answers of
following questions:
Table: WORKER

ECODE NAME DESIGN PLEVEL DOJ DOB


11 RADHE SUPERVISOR P001 13-SEPT- 23-AUG-
SHYAM 2004 1981
12 CHANDER OPERATOR P003 22-FEB- 12-JUL-
NATH 2010 1987
13 FIZZA OPERATOR P003 14-JUN- 14-OCT-
2009 1983
15 AMEEN MECHANIC P002 21-AUG- 13-MAR-
2006 1984
18 SANYA CLERK P002 19-DEC- 09-JUN-
2005 1983

Table: PAYLEVEL

PLEVEL PAY ALLOWANCE


P001 26000 12000
P002 22000 10000
P003 12000 600
a. Identify primary key and foreign key from both the tables.
b. How many attributes and tuples are in WORKER and PAYLEVEL tables.
c. From the above table which one is master and slave table.
d. Give a suitable name to database.

You might also like