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 the differences between a primary key and foreign key?
Which statement is used in a select query for partial matching?
Does mysql use tcp or udp?
How to install mysql?
Can varchar be primary key?
Write a query to count the number of rows of a table in mysql.
What is dirty read and phantom read?
How to include numeric values in sql statements?
Is pdo more secure than mysqli?
Is mysql still relevant?
How to execute mysql query in php?
Who owns mysql database?
How to update database permissions/privilages.
How to create a new table by selecting rows from another table in mysql?
What are the other commands to know the structure of a table using mysql commands except explain command?