DML - Consultas

DML - Consultas

Professional Development

5 Qs

quiz-placeholder

Similar activities

DBMS Introduction

DBMS Introduction

Professional Development

8 Qs

SQL Query I - Soal Serius

SQL Query I - Soal Serius

Professional Development

10 Qs

FinTech 07-1 SQL

FinTech 07-1 SQL

Professional Development

10 Qs

Data Wrangling 01

Data Wrangling 01

Professional Development

10 Qs

SQL Basic

SQL Basic

Professional Development

10 Qs

Database Systems 1/2021 Midterm

Database Systems 1/2021 Midterm

University - Professional Development

10 Qs

SOAP x REST x GraphQL

SOAP x REST x GraphQL

University - Professional Development

10 Qs

TBD-S14-Comandos DML

TBD-S14-Comandos DML

Professional Development

7 Qs

DML - Consultas

DML - Consultas

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Daniel Ocaña Aguilera

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What does DML mean?

Data Movement Language

Data Manipulation Language

Data Modern Language

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are mySQL Language DML Statements?

INSERT

UPDATE

DELETE

SELECT

All of the above are correct

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What does the SELECT statement do?

Delete information from tables

Query the information stored in the tables

Modify the permissions of a Database

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the basic syntax of a SELECT, what does this query do? "SELECT * FROM...."

Shows the number of rows a table has

Shows all the rows that a table has

Delete all data from a table

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the keyword reserved to perform filters in a query?

FROM

WHERE

JOIN

GROUP BY