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
How do I edit a table in mysql?
What is the purpose of using a heap table?
Is pdo faster than mysqli?
How can you see all indexes defined for a table?
What is mysqli_result?
What is sqlyog?
How will show all records containing the name "sonia" and the phone number '9876543210'
Does mysql case matter?
How do I kill a mysql connection?
What causes mysql too many connections?
How to delete a column and add a new column to database
What does mysqli_fetch_assoc do?
Are stored procedures precompiled?
How do you shutdown a mysql database?
What are the advantages of MySQL when compared with Oracle?