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 does mysql store data?
How do I install mysql?
How can you export the table as an xml file in mysql?
What is mysql server used for?
Is mysql port 3306 tcp or udp?
How do I rename a table in mysql?
Does mysql use tcp or udp?
how to Return total number of rows.
Write a query to find duplicate rows in table?
How do I run a query in mysql?
How to return query output in html format?
Does facebook still use mysql?
How do I edit a table in mysql workbench?
what is a cursor? : Mysql dba
Write a query to create a database and a table?