Database - MySQL Grade 12 CBSE - Informatics Practices

Database - MySQL Grade 12 CBSE - Informatics Practices

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will the following command in MySQL return? monthname('2020-05-06');

Back

May

2.

FLASHCARD QUESTION

Front

What would be the output of following:
round(2536.2265, 2);

Back

2536.23

3.

FLASHCARD QUESTION

Front

What will be the output of following MySQL statement? mod(1023, 100)

Back

23

4.

FLASHCARD QUESTION

Front

While of the following function would return today's name of the day: dayname (now()), today(), day(now()), today(date())?

Back

dayname (now())

5.

FLASHCARD QUESTION

Front

What would the following command return in MySQL: select power(5,4)?

Back

625

6.

FLASHCARD QUESTION

Front

What would the following MySQL function return? substring("mouse pad", 3,3)

Back

use

7.

FLASHCARD QUESTION

Front

What would be the output of following function? substr("Informatics Practices", -4,3)

Back

ice

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?