You are on page 1of 2

IT PRACTICALS TEST

Section A

1. a) =sum(C2,C3,C4,C5

b) Sort and filter option under the editing group in the Home Tab. Largest to
Smallest/Highest to Lowest

c) =max(C2,C3,C4,C5

d) =average(C2, C3, C4,C5

e) =sum(C2,C3,C4,C5

2.
IT PRACTICALS TEST
3. a) 5 attributes/columns

b) 2 tuples

c) SELECT*

FROM ‘STUDENT’;

d) Admin No. is the primary key

e)

Book No. Title Author Name Quantity Publisher


1289 Harry Potter And J.K. Rowling 35 Bloomsbury
The Prisoner Of Publishing and
Azkaban Scholastic
Corporation
1445 The Da Vinci Dan Brown 49 Doubleday and
Code Transworld &
Bantam Books
1722 The Brilliant Liz Pichon 35 Scholastic
World Of Tom Corporation
Gates
Primary Key

f) The two advantages of Database

(i) Reduces Data Redundancy – This is prevented in a database as there is a single database and any
change in it is reflected immediately. Because of this, there is no chance of encountering duplicate
data.

(ii) Data Security – There is security of your data, only authorized and approved users can access
your data.

g) A Primary Key is used to ensure data in the specific column is unique. A unique key field. Less
amount of work required when searching for something.

h) 1. Emp_id can be the primary key.

You might also like