You are on page 1of 1

ASSIGNMENT - IV

1. Considering the following relations:

Player(Jersey_no, Player_name, Against, Run)


Team(Jersey_no, Team_name)
Serve the SQL queries:
a) Find out the names of the players whose 2nd letter of the name is ‘E’.
b) Find out the total runs scored in the tournament by Tendulkar.
c) Find out the Jersey number, Player name and Team name of every player in
ascending order.
d) Display Player name and run of the player who scored the highest run against India.
e) Display Player name and run of the player who scored the highest run against India
and Sri Lanka.

You might also like