QUIZ 3 - DFC2083

QUIZ 3 - DFC2083

University

15 Qs

quiz-placeholder

Similar activities

Primer corto  Base de Datos II

Primer corto Base de Datos II

University

10 Qs

DDL

DDL

University

15 Qs

DBMS LAB

DBMS LAB

University

20 Qs

introduction to sql

introduction to sql

University

10 Qs

DDL and Constraints

DDL and Constraints

University

15 Qs

SQL Queries

SQL Queries

University

10 Qs

CH8 of database

CH8 of database

University

11 Qs

DDL SQL

DDL SQL

University

10 Qs

QUIZ 3 - DFC2083

QUIZ 3 - DFC2083

Assessment

Quiz

Education, Computers, Professional Development

University

Medium

Created by

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

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?