You are on page 1of 1

Questions on Game Database

1. Write a query to display the names of all the teams. Display the records sorted in order based on
team name.
2. Write a query to display the names of all the Cities. Display the records sorted in order based on
city name.
3. Write a query to display the names all the players. Display the records sorted in descending order
based on player name.
4. Write a query to display the name and country of all the players. Display the records sorted in
ascending order based on player name.
5. Write a query to display the names of all the referees. Display the records sorted in order based on
referee name.
6. Write a query to display the names of all the extra types. Display the records sorted in ascending
order based on extra_type name
7. Write a query to display the names of all the players who belong to the country India. Display the
records sorted in ascending order based on player name.
8. Write a query to display the names of all skills. Display the records sorted in ascending order based
on skill name.
9. Write a query to display the names and coach names of all the teams. Display the records sorted in
ascending order based on team name.
10. Write a query to display all the Stadium names. Display the records sorted in ascending order
based on stadium names.
11. Write a query to display the stadium name of the venues which belongs to the city 'Delhi’. Display
the records sorted by stadium names in ascending order.
12. Write a query to display the name, country of all the players who have the skill as 'All-rounder’.
Display the records sorted in ascending order based on player name.
13. Write a query to display the team name which has scored points through the extra type 'Super
Tackle’. Display the records sorted in ascending order based on team name.
14. Write a query to display the game details in which the match has been conducted by the referee
'Nirmal Banerjee' and 'Barun Bandhyopadhyay'.Display the records sorted in ascending order
based on game id.

15. Write a query to display the raid points and the defending points in each event which has been
played by the player 'Rohit Baliyan'. Display the records sorted in ascending order based on event
number.

16. Write a query to display the names all the players who belongs to the team 'Jaipur Pink Panthers'.
and with the skill as 'Raider’. Display the records sorted in ascending order based on player name.

17. Write a query to display the date on which the team 'Jaipur Pink Panthers' has played. Display the
records sorted in ascending order based on game id.

18. Write a query to display the event number, raid points and the defending points in each event which
has been played by the team 'Bengaluru Bulls'. Display the records sorted in ascending order
based on event number.

19. Write a query to display the player names who has been declared as the 'Player of Match’. Display
the records sorted in ascending order based on name.

20. Write a query to display the name of the players who has the skill as 'Raider' and has been
declared as the 'Player of Match’. Display the records sorted in ascending order based on player
name.

You might also like