How can we find the number of rows in a table using MySQL?
Answer Posted / maha
select count(*) from tablename
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is sqlite faster than mysql?
How do I connect to mysql database?
What is row locking in mysql?
What is session variable in mysql?
How do I copy a table in mysql?
How do I declare a variable in mysql?
How to enter numeric values as hex numbers?
What is view? How can you create and drop view in mysql?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
Where is mysql used?
How MySQL Optimizes DISTINCT?
What does mysql_query return?
What is row level locking in access?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What is mysql database used for?