Quiz_Week4

Quiz_Week4

University

5 Qs

quiz-placeholder

Similar activities

RO-Unit III

RO-Unit III

University

7 Qs

System Analysis and Design - Phase IV. Part 1

System Analysis and Design - Phase IV. Part 1

University

10 Qs

SQL Queries

SQL Queries

University

10 Qs

Stage 7A - MYSQL QUIZ-Feb code file

Stage 7A - MYSQL QUIZ-Feb code file

7th Grade - University

10 Qs

SQL

SQL

University

6 Qs

Quis Bahasa Pemograman 3

Quis Bahasa Pemograman 3

University

10 Qs

PERINTAH SQL 01

PERINTAH SQL 01

10th Grade - University

10 Qs

Quiz 4: MySQL Database

Quiz 4: MySQL Database

University

10 Qs

Quiz_Week4

Quiz_Week4

Assessment

Quiz

Computers

University

Medium

Created by

Parnia Samimi

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command is used to modify data in a database?

ALTER

SELECT

UPDATE

INSERT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a DDL command used to remove a table and all of its data from a database?

DELETE

DROP

TRUNCATE

UPDATE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the SQL DML command "DELETE"?

To modify data in a table

To retrieve data from a table

To insert new data into a table

To remove data from a table

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to add a new row of data to a table?

ADD

INSERT

APPEND

UPDATE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command is used to change the structure of an existing table, such as adding or removing columns?

INSERT

ALTER

MODIFY

UPDATE