
Write a query to find the total number of rows in a table?

Hi,
Here is the answer,
we can find the total number of rows in a table using following query,
Select count(*) from table_name;
thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
