Mathematical Functions in SQL Quiz

Mathematical Functions in SQL Quiz

12th Grade

6 Qs

quiz-placeholder

Similar activities

Logic Final Summative Test A

Logic Final Summative Test A

12th Grade

8 Qs

Digital Footprint

Digital Footprint

5th Grade - University

11 Qs

Video Game Design - Quiz4 -L5 -P

Video Game Design - Quiz4 -L5 -P

9th - 12th Grade

10 Qs

Intro to JS: Functions, Scope & Objects

Intro to JS: Functions, Scope & Objects

11th Grade - University

8 Qs

ASSESMEN SUMATIF

ASSESMEN SUMATIF

2nd Grade - University

10 Qs

G4- Computer Systems Quiz

G4- Computer Systems Quiz

11th Grade - University

4 Qs

3TDS - Programação Backend - Aula 61

3TDS - Programação Backend - Aula 61

12th Grade

2 Qs

Quiz Time

Quiz Time

12th Grade

8 Qs

Mathematical Functions in SQL Quiz

Mathematical Functions in SQL Quiz

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Zaima Zahid

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the POW() function do in SQL?

Returns the square root of a number

Rounds a number to a specified number of decimal places

Returns the value of a number raised to the power of another number

Returns the absolute value of a number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default behavior of the ROUND() function when no decimal places are specified?

Returns the original number

Rounds to the nearest whole number

Rounds down to the nearest integer

Rounds to the nearest hundred

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the TRUNCATE() function do?

Rounds a number to the nearest integer

Cuts off decimal places from a number

Returns the remainder of a division

Calculates the square root of a number

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the SQL command SELECT MOD(11, 3)?

0

3

2

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ABS() function return?

The square of a number

The absolute (positive) value of a number

The cube of a number

The logarithm of a number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the SQL command SELECT ROUND(5.678, 2)?

5.67

5.68

6

5.6