
Quiz sobre Comandos DML SQL
Authored by LEONARDO ROBERTO CANDIDO
Information Technology (IT)
2nd Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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;
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?