Revision 1 ( Basic SQL)

Revision 1 ( Basic SQL)

University

25 Qs

quiz-placeholder

Similar activities

MS2024 Pre-Quiz #5

MS2024 Pre-Quiz #5

University

20 Qs

UPN_GBD_S3

UPN_GBD_S3

12th Grade - University

25 Qs

Exploring Relational Data Concepts

Exploring Relational Data Concepts

University

30 Qs

Database Management System Quiz

Database Management System Quiz

University

20 Qs

In-Depth SQL Mastery Quiz

In-Depth SQL Mastery Quiz

University

20 Qs

LONG QUIZ MIS

LONG QUIZ MIS

University

20 Qs

Quiz Pertemuan 9

Quiz Pertemuan 9

University

20 Qs

Understanding Database Technologies, Relational Model, and Data

Understanding Database Technologies, Relational Model, and Data

University

20 Qs

Revision 1 ( Basic SQL)

Revision 1 ( Basic SQL)

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

MUNA BINTI ISHAK (PBU)

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does "SQL" stand for?

Structured Question Language

Structured Query Language

Simple Query Language

Simple Question Language

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Less than or equal to?

>=

=>

=<

<=

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the ALTER TABLE clause do?

The SQL ALTER TABLE clause modifies a table definition by altering, adding, or deleting table columns and/or constraints

The SQL ALTER TABLE clause is used to insert data into database table

THE SQL ALTER TABLE deletes data from database table

The SQL ALTER TABLE clause is used to delete a database table

4.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

DDL means

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Where does the CREATE Command belong?

DML

DDL

DCL

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which command is used for removing a table and all its data from the database:

Create command

Drop table command

Alter table command

All of the mentioned

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Correct syntax query syntax to drop a column from a table is

DELETE COLUMN column_name;

DROP COLUMN column_name;

ALTER TABLE table_name DROP COLUMN column_name;

None is correct.

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?