You are on page 1of 1

Uber Problems

=========================

Find the days on which each basement has more number of trips.

Find the days on which each basement has more number of active vehicles

Pokeman Problems
==========================

Find out the average HP (Hit Points) of all the Pokmons, using the query mentioned
below.

Create and insert values of the existing table pokemon into a new table
pokemon1,
with an additional column power_rate to find the count of powerful and
moderate
from the table pokemon1.

Find out the top 10 Pokmons according to their HPs using the below query.

Find out the top 10 Pokmons based on their Attack stat, using the below query.

Find outtop 10 Pokmons based on their defense stat byusing the following query.

Find out the top 10 Pokmons based on their total power by using the following
query.

Find out the top 10 Pokmons having a drastic change in their attack and sp.attack,
using the below query.

Find the top 10 Pokmons having a drastic change in their defense and special
defense,
using the below query.

Find out the fastest 10 Pokmons by using the query mentioned below.

You might also like