SQL Quiz

SQL Quiz

University

20 Qs

quiz-placeholder

Similar activities

ADBMS CHAPTER 5: DATABASE CONNECTIVITY AND WEB TECHNOLOGIES

ADBMS CHAPTER 5: DATABASE CONNECTIVITY AND WEB TECHNOLOGIES

University

16 Qs

Challenge Yourself

Challenge Yourself

University

20 Qs

Chapter 4 : SQL

Chapter 4 : SQL

University

15 Qs

MIS Chapter 5

MIS Chapter 5

University

15 Qs

Troubleshoot

Troubleshoot

University

17 Qs

Latihan Basic Mysql

Latihan Basic Mysql

University

21 Qs

DATA VS INFORMATION

DATA VS INFORMATION

University

22 Qs

4. Databases

4. Databases

University

15 Qs

SQL Quiz

SQL Quiz

Assessment

Quiz

Other

University

Medium

Created by

33KAZ undefined

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, what does the CAST function do?

Converts a value from one data type to another

Combines two tables into one

Removes rows with null values

Renames a table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL function is used to concatenate strings in PostgreSQL?

||

&

+

CONCATO

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the SQL statements is correct?

SELECT Username AND Password FROM Users

None of the given

SELECT Username, Password WHERE Username = 'user1'

SELECT Username, Password FROM Users

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List all operations of relation algebra in the query: SELECT accountId FROM Account;

Selection

Projection, selection

Projection

Projection, union

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used in SQL for partial string matching?

BETWEEN

IN

NOT IN

LIKE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of join returns all rows from both tables, filling in NULLs where there are no matches?

LEFT JOIN

INNER JOIN

CROSS JOIN

FULL OUTER JOIN

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword can you use to search for a string in a column?

HAS STRING

CONTAINS STRING

LIKE

FIND STRING

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?