|
How would you find out the total number of row in a table?
COBOL SQL Interview Questions
(Continued from previous question...)
How would you find out the total number of row in a table?
Use SELECT COUNT(*) ....
(Continued on next question...)
Other Interview Questions
|