SQL - Group By, Order By, Having

SQL - Group By, Order By, Having

Professional Development

13 Qs

quiz-placeholder

Similar activities

Credit Product (Knowledge Quest Series 1)

Credit Product (Knowledge Quest Series 1)

Professional Development

11 Qs

TallyPrime + GST Quiz

TallyPrime + GST Quiz

Professional Development

10 Qs

CX Trivia Game

CX Trivia Game

Professional Development

15 Qs

HBO Max

HBO Max

Professional Development

10 Qs

IT General Control

IT General Control

Professional Development

10 Qs

KURSUS EFFECTIVE CUSTOMER SERVICE

KURSUS EFFECTIVE CUSTOMER SERVICE

Professional Development

10 Qs

ICSS 6

ICSS 6

Professional Development

14 Qs

Google Search Network

Google Search Network

Professional Development

8 Qs

SQL - Group By, Order By, Having

SQL - Group By, Order By, Having

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Ivy Professional School

Used 11+ times

FREE Resource

13 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • Ungraded

Full Name

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • Ungraded

Email ID

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • Ungraded

Student Id (Id No.)

Evaluate responses using AI:

OFF

4.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Group By is used to

Arrange identical data into groups

Summarize data in the table

Is used to create ranges

applies aggregate and ranking functions over a particular group

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the correct order of Execution of SQL Commands:

From->Where->Group By->Having->Select->Order By

Select->Where->Having->Group By->Order By->From

Group By->Having->Select->Order By->From->Where

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Which query will summarize the total number of matches played by each country?

Select country , sum(`matches played`)

From Games

Group By Country;

Select country, count(`matches played`)

From Games

Group By Country;

Select players, country, sum(`matches played`)

From Games

Group By `matches played`;

Select *

From Games

Group By Country;

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What will this query return:

SELECT DISTINCT Country FROM Customers;

Returns a list of all countries

Returns a list of all customers

Returns total number countries

Return a list of all countries which appeared in the table just once

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?