MELINIA - SEQUELVERSE - ROUND 1

MELINIA - SEQUELVERSE - ROUND 1

University

30 Qs

quiz-placeholder

Similar activities

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Database Design and Development SQL 1

Database Design and Development SQL 1

University

26 Qs

Quiz on Aggregate Functions in SQL

Quiz on Aggregate Functions in SQL

University

25 Qs

SQL Basics

SQL Basics

University

29 Qs

SQL MIDTERM EXAM

SQL MIDTERM EXAM

University

25 Qs

PHP dan MySQL

PHP dan MySQL

University

25 Qs

MID SEMESTER TEST

MID SEMESTER TEST

University

30 Qs

DBMS SQL

DBMS SQL

University

30 Qs

MELINIA - SEQUELVERSE - ROUND 1

MELINIA - SEQUELVERSE - ROUND 1

Assessment

Quiz

Computers

University

Hard

Created by

Lekha V

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following commands is used to delete all rows and free up space from a table?

TRUNCATE

DELETE

ALTER

DROP

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a valid SQL type?

FLOAT

NUMERIC

DECIMAL

CHARACTER

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a legal expression in SQL?

 SELECT NULL FROM EMPLOYEE;

SELECT NAME FROM EMPLOYEE;

 SELECT NAME FROM EMPLOYEE WHERE SALARY = NULL;

None of the above

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a comparison operator in SQL?

=

LIKE

BETWEEN

All of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which statement is true regarding the INTERSECT operator?

It ignores NULL values

Reversing the order of the intersected tables alters the result

The names of columns in all SELECT statements must be identical

The number of columns and data types must be identical for all SELECT statements in the query

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which SQL statement is used to update data in a table?

MODIFY table_name SET column_name = value;

UPDATE table_name SET column_name = value;

CHANGE table_name SET column_name = value;

ALTER table_name SET column_name = value;

7.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Which SQL statement is used to limit the number of results returned from a query?

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?