MYSQL QUIZ - SELECT queries BRS GR11

MYSQL QUIZ - SELECT queries BRS GR11

11th Grade

5 Qs

quiz-placeholder

Similar activities

SQL Plenary

SQL Plenary

10th - 12th Grade

10 Qs

WALL FRAMING TERMS

WALL FRAMING TERMS

9th - 12th Grade

10 Qs

QUIZ:SQL By Kru.PICHAYA

QUIZ:SQL By Kru.PICHAYA

10th Grade - University

10 Qs

Parámetros URL

Parámetros URL

11th Grade

10 Qs

The DOM Practice

The DOM Practice

9th - 12th Grade

10 Qs

ITS_DB

ITS_DB

11th Grade

10 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

Câu hỏi về SQL và dữ liệu

Câu hỏi về SQL và dữ liệu

11th Grade

10 Qs

MYSQL QUIZ - SELECT queries BRS GR11

MYSQL QUIZ - SELECT queries BRS GR11

Assessment

Quiz

Computers

11th Grade

Medium

Created by

BRS IP

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. To display all the records from the table which option is used in mysql queries ?

full

alls

*

**

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.Which Clause is used for display unique data in the select query ?

unique

no repeat

distinct

null

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Write the output :

Select sname from stud where fees > 2000;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which query will display sorted records in descending order of sname?

select * from stud order by sname;

Select * from stud order by sname desc;

select sname from stud where order by desc;

select * from stud where sname order by desc;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the cardinality of the table ?

9

8

7

4