Database - SQL 2

Database - SQL 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Manipulating Data

Manipulating Data

University - Professional Development

15 Qs

SQL Session 2 Quiz

SQL Session 2 Quiz

Professional Development

10 Qs

BD-Cuestionario3

BD-Cuestionario3

Professional Development

9 Qs

DBMS Quiz 2023

DBMS Quiz 2023

Professional Development

6 Qs

GO4! Quiz Zeriuz Day 16

GO4! Quiz Zeriuz Day 16

Professional Development

10 Qs

Advanced SQL queries

Advanced SQL queries

Professional Development

14 Qs

Examen 2

Examen 2

Professional Development

13 Qs

JavaScript with Arrays

JavaScript with Arrays

Professional Development

15 Qs

Database - SQL 2

Database - SQL 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Akin Garagon

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data manipulation command is used to combines the records from one or more tables?

SELECT

PROJECT

JOIN

PRODUCT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to compare a value to a specified list of values?

ANY

BETWEEN

ALL

IN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator tests column for absence of data

NOT Operator

Exists Operator

IS NULL Operator

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following cases a DML statement is not executed?

When existing rows are modified.

When a table is deleted.

When some rows are deleted.

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we have not specified ASC or DESC after a SQL ORDER BY clause, the following is used by default

DESC

ASC

There is no default value

None of the mentioned

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statement is true?

TRUNCATE free the table space while DELETE does not.

Both TRUNCATE and DELETE statements free the table's space.

Both TRUNCATE and DELETE statement does not free the table's space.

DELETE free the table space while TRUNCATE does not.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is returned by INSTR ('JAVAT POINT', 'P')?

6

7

POINT

JAVAT

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?