Which of the following is the Data Manipulation Language statement?
i. CREATE
ii. ALTER
iii. INSERT
iv. SELECT
QUIZ 3 - DFC2083
Quiz
•
Education, Computers, Professional Development
•
University
•
Medium
zhz zz
Used 9+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which of the following is the Data Manipulation Language statement?
i. CREATE
ii. ALTER
iii. INSERT
iv. SELECT
i only
iii only
i and ii
iii and iv
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which of the following statement will delete column emp_name from EMPLOYEE table?
ALTER EMPLOYEE
DROP (emp_name);
ALTER TABLE EMPLOYEE
REMOVE (emp_name);
ALTER EMPLOYEE
REMOVE (emp_name);
ALTER TABLE EMPLOYEE
DROP (emp_name);
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does SQL stand for?
Structured Query Language
Structured Queue Language
Structured Question Language
Strong Query Language
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is the suitable SQL command to complete the statement below?
_____?____ STUDENT VALUES (“Haikal”, 21, “M”, 05, “DDT”);
UPDATE
DELETE FROM
INSERT INTO
SELECT * FROM
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Based on the query statement below. Which of the following statement will give the same output?
SELECT emp_name, emp_age
FROM EMPLOYEE
WHERE emp_age >= 20 AND emp_age <=40;
SELECT emp_name, emp_age
FROM EMPLOYEE
WHERE emp_age <= 20 OR emp_age >=40;
SELECT emp_name, emp_age
FROM EMPLOYEE
WHERE emp_age < 20 OR emp_age >40;
SELECT emp_name, emp_age
FROM EMPLOYEE
WHERE emp_age BETWEEN 20 OR 40;
SELECT emp_name, emp_age
FROM EMPLOYEE
WHERE emp_age BETWEEN 20 AND 40;
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which SQL statement used to extract data from a database?
OPEN
SELECT
GET
EXTRACT
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which one is NOT in the group function provided by SQL?
AVG
MAX
TOTAL
COUNT
15 questions
MB-8
Quiz
•
University
20 questions
BASIS DATA - Modul 05
Quiz
•
University
10 questions
SYS 1591
Quiz
•
University
15 questions
DBMS
Quiz
•
University
20 questions
DATABASE MANAGEMENT CT-1
Quiz
•
University
15 questions
IDM Sessional Test
Quiz
•
University
15 questions
Database concepts
Quiz
•
University
20 questions
DBTHON-23 Round-1
Quiz
•
University
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade