ITDB202 - SQL DDL, DML and TCL Statements

ITDB202 - SQL DDL, DML and TCL Statements

12th Grade - University

17 Qs

quiz-placeholder

Similar activities

Sesion 1 Curso LPIC 2023

Sesion 1 Curso LPIC 2023

University

20 Qs

HTML

HTML

University

13 Qs

KAMALUDDEEN IBRAHIM YARIMA

KAMALUDDEEN IBRAHIM YARIMA

University

20 Qs

Ôn tập kỳ 2 tin 6

Ôn tập kỳ 2 tin 6

1st - 12th Grade

15 Qs

Pengayaan Informatika

Pengayaan Informatika

12th Grade

20 Qs

Ինֆորմատիկա 10 II   կիսամյակի  ամփոփիչ աշխատանք

Ինֆորմատիկա 10 II կիսամյակի ամփոփիչ աշխատանք

10th - 12th Grade

20 Qs

Quiz 3

Quiz 3

University

20 Qs

Excel Quiz 2

Excel Quiz 2

University

14 Qs

ITDB202 - SQL DDL, DML and TCL Statements

ITDB202 - SQL DDL, DML and TCL Statements

Assessment

Quiz

Computers

12th Grade - University

Medium

Created by

Mel PJ

Used 65+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following allows you to add Address column with string value up to 50 characters in your EMP table?

ALTER TABLE emp ADD address VARCHAR2(50);

ALTER TABLE emp ADD COLUMN address VARCHAR2(50);

ALTER TABLE emp ADD address VARCHAR2(30);

ALTER TABLE emp DROP COLUMN address;

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is an example of Data Manipulation Language (DML) command?

CREATE

INSERT

ALTER

DROP

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is an example of Data Definition Language (DDL) command?

INSERT

DELETE

CREATE

UPDATE

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following will display all the records in EMPLOYEES table?

SELECT salary FROM employees;

SELECT * FROM employees;

SELECT ALL FROM employees;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command will delete your table from the database?

DROP

DELETE

TRUNCATE

MERGE

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type should you use for the BIRTHDAY column in STUDENTS table?

CHAR

VARCHAR2

DATE

NUMBER

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command will execute properly?

INSERT INTO emp (101, 'Melissa', 300);

INSERT INTO emp VALUES (101, Melissa, 300);

INSERT INTO emp VALUES (101, 'Melissa', 300);

INSERT INTO emp VALUES ('101', Melissa, '300');

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?