SQL Quiz

SQL Quiz

Professional Development

21 Qs

quiz-placeholder

Similar activities

SQL

SQL

12th Grade - Professional Development

23 Qs

DBMS VIEWS

DBMS VIEWS

Professional Development

20 Qs

ICTPRG431Session 2 Introduction Database Management Systems Quiz

ICTPRG431Session 2 Introduction Database Management Systems Quiz

Professional Development

22 Qs

Database Basics - Lecture 2

Database Basics - Lecture 2

Professional Development

20 Qs

MySQL

MySQL

Professional Development

20 Qs

DataBase Quiz - CME Workshop

DataBase Quiz - CME Workshop

Professional Development

20 Qs

SQL

SQL

12th Grade - Professional Development

18 Qs

PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

SQL Quiz

SQL Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Talent Ltd

Used 3+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct order of occurrence in a typical SQL statement?

select, group by, where, having

select, where, group by, having

select, where, having, group by

select, having, where, group by

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is TRUE about SQL Concatenate?

It is also possible to combine more than two strings into one string.

Two columns of the table may be used to store the strings that are to be combined, or they may just be stored individually without being stored into the table.

When the concatenated strings are stored in separate columns of a table, they are stored in the column in which they were initially stored.

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To connect strings, which function is used -

CONNECT

ADD

COMBINE

CONCAT

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid aggregate function?

COUNT

COMPUTE

SUM

MAX

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

SELECT

PROJECT

JOIN

PRODUCT

6.

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about the HAVING clause?

Similar to the WHERE clause but is used for columns rather than groups.

Similar to WHERE clause but is used for rows rather than columns.

Similar to WHERE clause but is used for groups rather than rows.

Acts exactly like a WHERE clause.

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?