Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
24 views2 pages

WS-1 SQL

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

WS-1 SQL

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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?

You might also like