Revision 1 ( Basic SQL)

Revision 1 ( Basic SQL)

University

25 Qs

quiz-placeholder

Similar activities

CC105-Information Management

CC105-Information Management

University

20 Qs

ITE 314 SQL

ITE 314 SQL

University

20 Qs

quiz-1

quiz-1

University

20 Qs

UTS Basis Data

UTS Basis Data

University

20 Qs

Normalization with ERD

Normalization with ERD

University

20 Qs

HTML Y SQL

HTML Y SQL

University

27 Qs

Database Systems and Big Data Quiz

Database Systems and Big Data Quiz

University

24 Qs

QCM sur SQL

QCM sur SQL

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?