
ITDB202 - SQL DDL, DML and TCL Statements
Quiz
•
Computers
•
12th Grade - University
•
Medium
Mel PJ
Used 65+ times
FREE Resource
Enhance your content
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

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Unit 5 - Assembly Language
Quiz
•
12th Grade
15 questions
NSCC-CODE TO COIN
Quiz
•
University
20 questions
Database-Normalisation
Quiz
•
9th Grade - University
14 questions
CSP Data Review
Quiz
•
9th - 12th Grade
14 questions
Table Formatting
Quiz
•
KG - University
20 questions
Documentation Review
Quiz
•
9th - 12th Grade
20 questions
HTML
Quiz
•
10th - 12th Grade
20 questions
S4 SDD Revision
Quiz
•
11th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade