sql functions

sql functions

KG - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Conociendo Bigquery

Conociendo Bigquery

University

12 Qs

Cuestionario de SQL

Cuestionario de SQL

University

14 Qs

Aggregation, Date & Time Functions Quiz

Aggregation, Date & Time Functions Quiz

Professional Development

15 Qs

Parcial 2do corte BASDAT

Parcial 2do corte BASDAT

12th Grade

10 Qs

RDBMS & SQL QUERIES

RDBMS & SQL QUERIES

12th Grade

15 Qs

Repaso General SQL

Repaso General SQL

University

17 Qs

SQL

SQL

11th - 12th Grade

12 Qs

BAnDS Tournament Round 3

BAnDS Tournament Round 3

University - Professional Development

10 Qs

sql functions

sql functions

Assessment

Quiz

Computers

KG - 12th Grade

Medium

Created by

Sandhya Kk

Used 20+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL function is used to find the average value of any column?

Mean()

Avg()

Average()

Sum()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the query :

Select Substring('mysql application',3,3)

app

mysql

application

sql

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of following query:

Select length(trim(' exam '));

exam

exam

6

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are the five built-in functions provided by SQL?

A. COUNT, SUM, AVG, MAX, MIN

B. SUM, AVG, MIN, MAX, MULT

C. SUM, AVG, MULT, DIV, MIN

D. SUM, AVG, MIN, MAX, NAME

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL statement

SELECT ROUND(45.926, -1) FROM DUAL;

A) is illegal

B) prints garbage

C) prints 045.926

D) prints 50

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The string function that returns the index of the first occurrence of substring is _____________

a) INSERT()

b) INSTR()

c) INSTRING()

d) INFSTR()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL function is used to count the number of rows in a SQL query?

COUNT()

NUMBER()

SUM()

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?