DBMS Ex 1

DBMS Ex 1

University

15 Qs

quiz-placeholder

Similar activities

SQL

SQL

University

20 Qs

SQL Queries

SQL Queries

University

10 Qs

SQL and Database Quiz

SQL and Database Quiz

University

15 Qs

DBMS LAB

DBMS LAB

University

20 Qs

DBMS QUIZ-1

DBMS QUIZ-1

University

20 Qs

SQL

SQL

University

18 Qs

Praktikum Basis Data Quiz

Praktikum Basis Data Quiz

University

20 Qs

Rdbms -2-bulit in functions

Rdbms -2-bulit in functions

University

15 Qs

DBMS Ex 1

DBMS Ex 1

Assessment

Quiz

Computers

University

Hard

Created by

Dhanalakshmi B

Used 40+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Match SQL language with SQL commands

1)DDL i)Revok, Grant

2)DML ii)rename a table

3)TCL iii)insert, update

4)DCL iv)rollback , commit

1-iii,2-i,3-ii,4-iv

1-iii,2-ii,3-iv,4-i

1-ii,2-iii,3-iv,4-i

1-i,2-iii,3-ii,4-iv

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In existing table, ALTER TABLE statement is used to

Add columns

Add constraints

Delete columns

Delete constrains

All the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL Query to delete all rows in a table without deleting the table (structure, attributes, and indexes)

DELETE FROM table_name;

DELETE TABLE table_name;

DROP TABLE table_name;

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Correct syntax query syntax to drop a column from a table is

DELETE COLUMN column_name;

DROP COLUMN column_name;

ALTER TABLE table_name DROP COLUMN column_name;

None is correct.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used for removing a table and all its data from the database:

Create command

Drop table command

Alter table command

All of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Symbol means "All"

*

&

%

!

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which is the correct query to delete the rows of employees whose exp is less than 10.

DELETE * FROM EMP WHERE EXP<10;

DELETE FROM EMP;

DELETE FROM EMP WHERE EXP<10;

DELETE FROM EMP WHERE EXP>10;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?