MYSQL Functions

MYSQL Functions

12th Grade

8 Qs

quiz-placeholder

Similar activities

SQL Basics

SQL Basics

12th Grade

13 Qs

informatics

informatics

12th Grade

4 Qs

Access - Lesson 7

Access - Lesson 7

9th - 12th Grade

11 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

CHAPTER 12. STRUCTURED QUERY LANGUAGE (SQL) - 1

CHAPTER 12. STRUCTURED QUERY LANGUAGE (SQL) - 1

12th Grade

10 Qs

SQL

SQL

11th - 12th Grade

12 Qs

Technical Terms - Internet (A-Z) - jQuery

Technical Terms - Internet (A-Z) - jQuery

12th Grade

10 Qs

Access 2.12 (A) Review

Access 2.12 (A) Review

KG - University

10 Qs

MYSQL Functions

MYSQL Functions

Assessment

Quiz

Computers

12th Grade

Medium

Created by

D S

Used 25+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a text function?

TRIM()

TRUNCATE()

LEFT()

MID()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed by the given query?

SELECT LENGTH( " INFORMATICS PRACTICES");

21

22

23

24

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a numeric function?

MOD

SIGN

MID

POW

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a date function?

Month

Year

Now

Pow

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following functions returns the substring from a given string?

MID

INSTR

SUBSTR

CHAR

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be returned by the given query?

SELECT INSTR("INDIA", "DI");

2

3

-2

-3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be returned by the given query?

SELECT round(153.669, 2);

153.6

153.66

153.67

153.7

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be returned by the given query?

SELECT month('2020-05-11');

5

11

May

November