DML - Consultas

DML - Consultas

Professional Development

5 Qs

quiz-placeholder

Similar activities

Kuis Oracle Database

Kuis Oracle Database

Professional Development

10 Qs

PLSQL and Cursor Quiz

PLSQL and Cursor Quiz

Professional Development

10 Qs

FinTech 07-1 SQL

FinTech 07-1 SQL

Professional Development

10 Qs

Power BI Introduction and Connecting with Data Sources

Power BI Introduction and Connecting with Data Sources

Professional Development

9 Qs

SQL Database - Basic

SQL Database - Basic

Professional Development

10 Qs

Power Excel Quiz

Power Excel Quiz

Professional Development

10 Qs

SQL Quiz

SQL Quiz

University - Professional Development

10 Qs

SQL1

SQL1

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