Kendriya Vidyalaya Sangathan, Ahmedabad Region
Revision Worksheet -01
SQL
Subject: Computer Science
1 Observe the following table and answer the question (i) , (ii) and
(iii)TABLE: VISITOR
VisitiorID VisitorName ContactNumber
V001 ANAND 9898989898
V002 AMIT 9797979797
V003 SHYAM 9696969696
V004 MOHAN 9595959595
(i) Write the name of most appropriate columns which can be considered as
Candidatekeys
(ii) Out of selected candidate keys, which one will be the best to choose as
PrimaryKey?
(iii) What is the degree and cardinality of the table
2 RDBMS is a collection of:
a. Fields
b. Tables
c. Columns
d. Keys
3 Column names of any table must be:
a. Must be numeric type
b. Must be unique
c. Must be in sorted order
d. Must not be greater than 40 characters
4 Write any 2 characteristics of a Relation
5 Give any 2 advantages of using Database?
6 What are DDL and DML? Give one command of each.
7 Which clause is used for pattern matching? What are the 2 main characters used for
matching the pattern?
8 What is the difference between Equi-Join and Natural Join?