1.

Given the table ‘Player’ with the following columns :Table : PlayerPCODEPOINTS1502NULL340Write the output of the following statements :(i) SELECT AVG(POINTS) FROM PIayer :(ii) SELECT C0UNT(POINTS) FROM Player :

Answer»

Output of the given statements

(i)  

AVG (POINTS)
30

(ii)

COUNT(POINTS)
2


Discussion

No Comment Found

Related InterviewSolutions