Quiz sobre Comandos DML SQL

Quiz sobre Comandos DML SQL

2nd Grade

10 Qs

quiz-placeholder

Similar activities

Year 2 Digital Literacy Quiz (Term 3)

Year 2 Digital Literacy Quiz (Term 3)

2nd Grade

10 Qs

UH2 KELAS 4 SD

UH2 KELAS 4 SD

1st - 5th Grade

15 Qs

SW in IT: May 9, 2025

SW in IT: May 9, 2025

2nd Grade

14 Qs

UH 2 KELAS 3 SD

UH 2 KELAS 3 SD

1st - 5th Grade

15 Qs

База данных в Android

База данных в Android

2nd Grade

12 Qs

Programming with Beebot

Programming with Beebot

2nd Grade

10 Qs

Python FCO 2024 Quiz

Python FCO 2024 Quiz

2nd Grade

15 Qs

Email Rules for Kids

Email Rules for Kids

2nd Grade

7 Qs

Quiz sobre Comandos DML SQL

Quiz sobre Comandos DML SQL

Assessment

Quiz

Information Technology (IT)

2nd Grade

Practice Problem

Easy

Created by

LEONARDO ROBERTO CANDIDO

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

O que significa DML em SQL?

Data Modeling Language

Data Mining Language

Data Management Language

Data Manipulation Language

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual comando DML é usado para inserir um novo registro em uma tabela?

SELECT

DELETE

UPDATE

INSERT

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual comando DML permite modificar registros em uma tabela?

MERGE

DELETE

INSERT

UPDATE

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual comando DML é usado para excluir registros de uma tabela?

DELETE

INSERT

SELECT INTO

UPDATE

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual é a sintaxe correta para inserir dados em uma tabela?

INSERT INTO nome_tabela(coluna1, coluna2) VALUES (valor1, valor2);

CREATE INTO nome_tabela(coluna1, coluna2) VALUES (valor1, valor2);

ADD INTO nome_tabela(coluna1, coluna2) VALUES (valor1, valor2);

INSERT INTO nome_tabela(coluna1, coluna2) VALUES (valor2, valor1);

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

O que acontece se não usarmos a cláusula WHERE no comando UPDATE?

Apenas o último registro será alterado

Nenhum registro será alterado

Apenas o primeiro registro será alterado

Todos os registros serão alterados

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual é a sintaxe correta para excluir um registro específico?

DELETE FROM tabela WHERE coluna = valor;

REMOVE FROM tabela WHERE coluna = valor;

ERASE FROM tabela WHERE coluna = valor;

CLEAR FROM tabela WHERE coluna = valor;

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?