SQL DML Commands Quiz

SQL DML Commands Quiz

12th Grade

30 Qs

quiz-placeholder

Similar activities

sql quiz for class 11 & 12 2022 vaishali lamba

sql quiz for class 11 & 12 2022 vaishali lamba

11th - 12th Grade

33 Qs

SQL and Operators Quiz

SQL and Operators Quiz

12th Grade

30 Qs

Basis Data 1

Basis Data 1

12th Grade

30 Qs

SQL Quiz - Basic

SQL Quiz - Basic

11th - 12th Grade

25 Qs

Basis Data Quiz SAS

Basis Data Quiz SAS

12th Grade

25 Qs

BASIS DATA PEMROGRAMAN PERANGKAT BERGERAK

BASIS DATA PEMROGRAMAN PERANGKAT BERGERAK

9th - 12th Grade

25 Qs

MySQL mastery skills review

MySQL mastery skills review

12th Grade

26 Qs

Basis Data

Basis Data

10th - 12th Grade

30 Qs

SQL DML Commands Quiz

SQL DML Commands Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

DR MURTHY

Used 9+ 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?