DML - Consultas

DML - Consultas

Professional Development

5 Qs

quiz-placeholder

Similar activities

Databases - SQL 1

Databases - SQL 1

Professional Development

10 Qs

Kuis Oracle Database

Kuis Oracle Database

Professional Development

10 Qs

NE Pilot

NE Pilot

Professional Development

9 Qs

DECI- Week 5 - Quest 3

DECI- Week 5 - Quest 3

Professional Development

3 Qs

Power BI Introduction and Connecting with Data Sources

Power BI Introduction and Connecting with Data Sources

Professional Development

9 Qs

DDL-Constarints

DDL-Constarints

Professional Development

5 Qs

BANCO DE DADOS

BANCO DE DADOS

Professional Development

5 Qs

CODE-P7

CODE-P7

Professional Development

10 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