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
What are views in mysql?
How to present a past time in hours, minutes and seconds?
How do I update a variable in mysql?
What are the three types of queries?
Explain about the architecture of MYSQL?
What is difference between oracle and mysql?
How to load a csv file into a table
What can I do with mysql?
What are triggers mysql?
What is action query?
Explain % and _ inside like statement?
How do you name a table?
Can you tell how many values can set the function of mysql to consider?
how to display nth highest salary from a table in a mysql query? : Mysql dba
Who owns mysql database?