table
Give the output of the following sql
statements as per
given
Ò SELECT COUNT(*) FROM SPORTS
Attachments:
Answers
Answered by
4
Answer:
SELECT COUNT(*) FROM SPORT
OUTPUT-
+--------------+
| COUNT(*) |
-----------------
| 6 |
+--------------+
Similar questions