SQL DML Quiz

SQL DML Quiz

University

15 Qs

quiz-placeholder

Similar activities

BD 6 SQL

BD 6 SQL

University

20 Qs

Quiz Pemahaman Basis Data

Quiz Pemahaman Basis Data

University

15 Qs

СУБД

СУБД

University

11 Qs

HO - 08 Cuestionario sobre Desarrollo de Apps Móviles

HO - 08 Cuestionario sobre Desarrollo de Apps Móviles

University

20 Qs

ADBM_Quiz_2_C

ADBM_Quiz_2_C

University

10 Qs

UPN_GBD_S7

UPN_GBD_S7

12th Grade - University

15 Qs

SQL SELECT Statement Quiz

SQL SELECT Statement Quiz

University

15 Qs

Seguridad RLS en Postgrest

Seguridad RLS en Postgrest

University

15 Qs

SQL DML Quiz

SQL DML Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

John Ulakovich

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the acronym DML stand for?

Data Modeling Language

Data Management Language

Data Manipulation Language

Data Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to add new rows to a table?

UPDATE

DELETE

INSERT

CREATE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if the number of columns listed in an INSERT statement does not match the number of values provided?

The extra columns will be ignored

The database will assign default values

An error will occur

The values will be filled in randomly

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to change the data within an existing row?

ALTER

UPDATE

DELETE

INSERT

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an INSERT INTO statement, which of the following is not a valid method of inserting rows?

ALTER

UPDATE

DELETE

INSERT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following allows you to remove rows from a table in SQL?

DELETE

UPDATE

INSERT

SELECT

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you use the DELETE statement without a WHERE clause?

No rows are deleted

All rows are deleted

Only the first row is deleted

The command will produce an error

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?