SQL Commands Quiz

SQL Commands Quiz

University

15 Qs

quiz-placeholder

Similar activities

NoSQL Concepts

NoSQL Concepts

University

10 Qs

F10E Chapter 7: Information Systems and Management Quiz

F10E Chapter 7: Information Systems and Management Quiz

University

20 Qs

kuis database

kuis database

University

10 Qs

DB-Quiz1

DB-Quiz1

University

10 Qs

GESTION BD

GESTION BD

University

12 Qs

Understanding Database Technologies, Relational Model, and Data

Understanding Database Technologies, Relational Model, and Data

University

20 Qs

INTRO TO DATABASE

INTRO TO DATABASE

University

17 Qs

Introduction to SQL Quiz

Introduction to SQL Quiz

University

17 Qs

SQL Commands Quiz

SQL Commands Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

SATRIA DUTA PRAJA

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL command to delete a table is ..

ALTER

DELETE

CREATE

DROP

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command to change the structure of a table is ...

ALTER

DELETE

CREATE

DROP

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Below are command that do not include DDL commands ...

ALTER

DELETE

CREATE

DROP

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command for manipulating data in the database is ...

DCL

DML

SQL

DDL

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command to define the database structure is ...

DCL

DML

SQL

DDL

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The TRUNCATE command is used to ...

create a table

delete some records from a table

remove all rows from a table

delete fields from a table

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is a SQL command to change the data type from EmployeeName column to varchar2 (30) ...

UPDATE Table Employees SET EmployeeName varchar2(30);

ALTER TABLE Employees UPDATE EmployeeName varchar2(30);

ALTER TABLE Employees MODIFY EmployeeName varchar2(30);

MODIFY Table Employees SET EmployeeName varchar2(30);

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?