SQL and Database Management MCQs

SQL and Database Management MCQs

12th Grade

25 Qs

quiz-placeholder

Similar activities

Database

Database

12th Grade

21 Qs

Digital Solutions Revision

Digital Solutions Revision

12th Grade

20 Qs

DDL dan DML

DDL dan DML

12th Grade

21 Qs

Structured Query Language

Structured Query Language

12th Grade

24 Qs

Latihan Basis Data 1

Latihan Basis Data 1

11th - 12th Grade

20 Qs

Web I - Tutorial 6 Quick Check

Web I - Tutorial 6 Quick Check

10th - 12th Grade

25 Qs

Microsoft Excel

Microsoft Excel

9th - 12th Grade

20 Qs

Word

Word

12th Grade

21 Qs

SQL and Database Management MCQs

SQL and Database Management MCQs

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Shubham Mishra

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the SQL command `ALTER TABLE`?

To create a new table

To delete an existing table

To modify the structure of an existing table

To retrieve data from a table

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which SQL command is used to remove all records from a table without deleting the table itself?

DROP TABLE

DELETE TABLE

TRUNCATE TABLE

REMOVE TABLE

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the function of the `GROUP BY` clause in SQL?

To filter records

To sort records

To group rows that have the same values into summary rows

To update records

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How would you find the number of rows in a table named `Employee`?

SELECT TOTAL(ROW) FROM Employee;

SELECT COUNT(*) FROM Employee;

SELECT NUM_ROWS FROM Employee;

SELECT ROW_COUNT() FROM Employee;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which SQL clause is used to restrict the number of rows returned by a query?

LIMIT

WHERE

HAVING

TOP

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the default sorting order of the `ORDER BY` clause in SQL?

Descending

Ascending

Random

By primary key

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In SQL, which command would you use to remove a column from a table?

REMOVE COLUMN

DROP COLUMN

DELETE COLUMN

ALTER COLUMN

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?