Saved Bookmarks
| 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)
(ii)
|
|||||