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

Class XI-802 - Unit 4 RDBMS

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)
145 views2 pages

Class XI-802 - Unit 4 RDBMS

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

Class XI-802

Unit 4 RDBMS

1. Write a short note on my SQL.

2. Mention feature of a DBMS.

3. What is the difference between DBMS and RDBMS?

4. List some features of MySQL.

5. Define the following terms

Domain table or relation record field primary key candidate key alternate key foreign key

6. Which statement is used to selected database and make it current

7. How is database related to table

8. Write SQL statement to view names of all the tables contained in current database.

9. In a database there is a table cabinet. The data entry operator is not able to put NULL in
column of cabinet ?What may be the possible reason(s)?

10. In a database there is a table cabinet .The data entry operator is not able to put duplicate
value in a column of cabinet?What may be the possible reasons?

11. Do primary key columns of a table accept Null values?

12. There is a table T1 with combination of columns C1 C2 and C3 as its primary key? is it
possible to enter:

(a) NULL valuesin any of these columns?

(b) Duplicate values in any of these columns?

13. At the time of creation of table X, the database administrator specified Y as the primary key.
Later on he realized that instead of Y the combination of P and Q should have a primary key of
the table. Based on this scenario answer the following questions:

(a) is it is possible to keep Y as well as the combination of P and Q as the primary key?

(b) what statement(s) should be enter to change the primary key as per the requirement.

14. Does MySQL allow to change the primary key in all the cases ? If there is some special case ,
please mention.
15. What is the difference between DELETE and DROP commands of SQL?

16. Which statement is used to modified data in a table?

(a) Change

(b) Modify

(c) Update

(d) Save As

17. Which SQL statement is used to delete data from a Table?

(a) Delete

(b) Drop

(c)Truncate

(d) Remove

Fill up the Blanks:

1.____________ command is used to add records in relation.

2. Select is a type of __________command.

3.___________ command is used to modify records in a table.

4.___________ is used to match string patterns.

5 BETWEEN operator includes ___________and _____________values given in the range.

You might also like