InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. Give explanation if False.COUNT(*) returns the number of columns in a table. |
|
Answer» False. COUNT(*) returns the number of rows in a table. |
|