Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

I.

Multiple Choice Questions(1x5=5)


1. The ______ allows you to perform tasks related to data manipulation.
a) DDL
b) DML
c) DQL
d) None of these
2. Which of the following is not a DML command
a) CREATE
b) INSERT
c) DELETE
d) DROP
3. Which command helps to see the contents of a table
a) Show
b) Select
c) Describe
d) None of these
4. ______ command helps to create a database.
a) USE
b) OPEN
c) DISTINCT
d) CREATE
5. Which command shows the list of tables in mysql
a) Desc database;
b) Show table:
c) Show tables;
d) Select database;
II. Short answer questions (2x4=8)
1.What are the advantages of MySql?
2.Define the following terms:
a) Keyword b) statement
3.What are the classifications of SQL statement?
4.Write the examples of SQL datatypes.
IV. Explain the following (4x3=12)
1. Differentiate between CHAR & VARCHAR command
2. Create a table with 54 fields and 5 records(with help of MySQL commands)
3. Explain about DDL command and their operation. (Sql syntax compulsory)

You might also like