How can we find the number of rows in a table using MySQL?
Answer Posted / manish gupta
Mysql : - select count(*) [tablename];
PHP :- mysql_num_rows();
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What language does mysql use?
What do you understand by mysql terminal?
How to include numeric values in sql statements?
How can we get the number of rows affected by query?
Is mysql same as mariadb?
What is the role of a limit in a mysql query?
What is the date format in mysql?
can you elaborate on blob and text in mysql? : Mysql dba
What is myisam?
What is database clustering in mysql?
How do I connect to mysql database?
What is data type for image in mysql?
what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
What do ddl, dml, and dcl stand for?
What are the difference between now and current_date in mysql?