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 run a query in mysql?
How to drop an existing view in mysql?
Create table employee (eno int(2),ename varchar(10)) ?
How do I rename a table in mysql?
How do I view a mysql database?
What is mysql57?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
How do I start mysql?
How do I flush privileges in mysql?
How do stored procedures work?
What is a tinyint in mysql?
How to dump one database for backup.
What are the advantages of mysql in comparison to oracle?
What is the difference between b-tree and hash indexes?
How do I create a stored procedure in mysql?