sql functions

sql functions

KG - 12th Grade

15 Qs

quiz-placeholder

Similar activities

SQL Database - Basic

SQL Database - Basic

Professional Development

10 Qs

Chapter 9 - Databases (IGCSE Computer Science)

Chapter 9 - Databases (IGCSE Computer Science)

9th - 12th Grade

15 Qs

RDBMS & SQL QUERIES

RDBMS & SQL QUERIES

12th Grade

15 Qs

Fungsi Agregasi

Fungsi Agregasi

11th Grade

15 Qs

SQL

SQL

11th - 12th Grade

12 Qs

Database SQL

Database SQL

1st - 12th Grade

20 Qs

SQL

SQL

8th Grade

15 Qs

SQL Statement Part 3

SQL Statement Part 3

7th Grade

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?