COEPRO3 MIDTERM EXAMINATION

COEPRO3 MIDTERM EXAMINATION

University

50 Qs

quiz-placeholder

Similar activities

IM1 | Prelim

IM1 | Prelim

University

50 Qs

Unit 4 - Coding and Logic | End of LO1 and LO2 Ax.

Unit 4 - Coding and Logic | End of LO1 and LO2 Ax.

12th Grade - University

45 Qs

UAS SISTEM BASIS DATA (TI & SD)

UAS SISTEM BASIS DATA (TI & SD)

University

50 Qs

Web Designing-2025

Web Designing-2025

University

50 Qs

shell programing

shell programing

University - Professional Development

49 Qs

Lesson 3 - Operating System Structures

Lesson 3 - Operating System Structures

University

51 Qs

Python Quiz

Python Quiz

University

50 Qs

Infoman -Final Examination

Infoman -Final Examination

University

50 Qs

COEPRO3 MIDTERM EXAMINATION

COEPRO3 MIDTERM EXAMINATION

Assessment

Quiz

Computers

University

Medium

Created by

John Miranda

Used 10+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the DROP command in MySQL?
Delete specific data from a table
Remove a column from a table
Delete an entire database
Remove an entire table from the database

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct syntax for the DROP command to remove a table?
DELETE TABLE table_name;
REMOVE TABLE table_name;
DROP TABLE table_name;
ERASE TABLE table_name;

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When using the DROP command, what happens to the table structure and data?
The table structure is deleted, but data remains intact.
The table data is deleted, but the table structure remains.
Both the table structure and data are permanently deleted.
An error occurs, and the DROP command fails.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to use the DROP command to remove multiple tables simultaneously?
DROP TABLE table1, table2, ...;
DROP MULTIPLE TABLES table1, table2, ...;
DROP TABLES table1 AND table2;
DROP ALL TABLES table1, table2, ...;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT a valid option for the DROP command in MySQL?
DROP IF EXISTS
DROP TABLE IF EXISTS
DROP CHECK
DROP TEMPORARY TABLE

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to drop a database using the DROP command?
DROP DATABASE database_name;
DELETE DATABASE database_name;
ERASE DATABASE database_name;
REMOVE DATABASE database_name;

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which option is used with the DROP command to remove a view in MySQL?
DROP VIEW
REMOVE VIEW
DELETE VIEW
ERASE VIEW

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?