Quiz on SQL

Quiz on SQL

Professional Development

45 Qs

quiz-placeholder

Similar activities

minecraft

minecraft

KG - Professional Development

41 Qs

MTA: Networking Part 2

MTA: Networking Part 2

KG - Professional Development

40 Qs

AUS Team Captain Tollgate

AUS Team Captain Tollgate

Professional Development

40 Qs

Database Review

Database Review

10th Grade - Professional Development

42 Qs

XIRPL2_PASQUIZZ

XIRPL2_PASQUIZZ

1st Grade - Professional Development

50 Qs

CORSAIR TRIVIA NIGHT 3

CORSAIR TRIVIA NIGHT 3

Professional Development

45 Qs

GIỮA HỌC KÌ I – TIN HỌC LỚP 12

GIỮA HỌC KÌ I – TIN HỌC LỚP 12

Professional Development

50 Qs

ICDL Excel

ICDL Excel

Professional Development

40 Qs

Quiz on SQL

Quiz on SQL

Assessment

Quiz

Computers, Engineering

Professional Development

Hard

Created by

Dr. Sharma

Used 3+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The language used application programs to request data from the DBMS is referred to as __________

DDL

DML

Query Language

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a type of SQL statement?

Data Manipulation Language (DML)

Data Definition Language (DDL)

Data Control Language (DCL)

Data Communication Language (DCL)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In existing table, ALTER TABLE statement is used to

Add columns

Add constraints

Delete columns

Delete constrains

All the above

4.

MULTIPLE CHOICE QUESTION

1 min • 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

5.

MULTIPLE CHOICE QUESTION

1 min • 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.

6.

MULTIPLE CHOICE QUESTION

1 min • 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

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following language is used to specify database Schema ?

DDL

DML

DCL

None

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?