Practice 5
Practice 5
Practice 5
Section-A
Each question caries 2 marks
Q. Par Question Mark
No t s
No.
1. Differentiate Data types and Data structure. (2)
2. (i) Expand the following: (1)
TCP , RJ-45
(ii) Out of the following, which is the fastest wired and wireless medium of (1)
transmission?
Infrared, coaxial cable, optical fibre, microwave, Ethernet cable
3. Differentiate between Drop and Delete commands. (2)
4. What are the functions/methods used in MySQL – Python connectivity (2)
program?
5. (2)
Obtain the outputs of the following SQL queries based on the data
given in tables ITEMS and TRADERS above.
a. SELECT MAX (PRICE), MIN (PRICE) FROM ITEMS;
b. SELECT PRICE*QTY FROM ITEMS WHERE CODE-1004;
c. SELECT DISTINCT TCODE FROM ITEMS;
d. SELECT INAME, TNAME FROM ITEMS I, TRADERS T
WHERE I.TCODE=T.TCODE AND QTY< 100;
2
6. (i) Write the command used to change school database from college (1)
database?
(ii) What are the commands available in DML? (1)
7. (2)
Consider the following tables STORE and SUPPLIERS and answer
the following questions :
11 (4)
Consider the following tables CARDEN and CUSTOMER and answer
.
following: