InterviewSolution
Saved Bookmarks
| 1. |
How You Will Count The Number Of Rows From A Table Tab? |
|
Answer» SELECT COUNT(*) FROM TAB QUERY is USED to count the NUMBER of rows in a table. SELECT COUNT(*) FROM TAB query is used to count the number of rows in a table. |
|