SQL DML Commands Quiz

SQL DML Commands Quiz

12th Grade

30 Qs

quiz-placeholder

Similar activities

UTS Basisdata 12RPL sem 5 22-23

UTS Basisdata 12RPL sem 5 22-23

2nd Grade - University

30 Qs

MySQL Mastery

MySQL Mastery

12th Grade

28 Qs

SQL_kartkowka

SQL_kartkowka

1st Grade - University

27 Qs

SQL Quiz

SQL Quiz

12th Grade

30 Qs

SQL

SQL

12th Grade

25 Qs

ITF Domain 5 review

ITF Domain 5 review

9th - 12th Grade

30 Qs

SQL Test Review

SQL Test Review

12th Grade

25 Qs

SQL intro

SQL intro

8th - 12th Grade

26 Qs

SQL DML Commands Quiz

SQL DML Commands Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

DR MURTHY

Used 10+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a DML command?

CREATE

ALTER

INSERT

DROP

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command is used to modify existing records in a table?

INSERT

UPDATE

DELETE

SELECT

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which clause is used in conjunction with DML commands to filter records?

ORDER BY

WHERE

GROUP BY

HAVING

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which DML statement is used to remove records from a table?

DELETE

TRUNCATE

DROP

REMOVE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following SQL statement do? INSERT INTO Students (ID, Name) VALUES (101, 'John');

Delete the student with ID 101

Insert a new student record with ID 101 and Name 'John'

Update the student name to 'John' where ID is 101

Create a new table called Students

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to retrieve data from a database?

SELECT

UPDATE

INSERT

DELETE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about the DELETE statement?

It removes the table structure from the database

It removes specific records based on a condition

It permanently removes all records without a condition

It cannot be rolled back

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?

Discover more resources for Computers