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 date and time functions in mysql?
How do I edit a database in mysql workbench?
What command is used to delete the data from the table without deleting the table structure?
What is mysql vs sql?
How to display top 10 rows in mysql?
How do I install the latest mysql on ubuntu?
How do I download mysql on my laptop?
What is myisamchk?
What is 'mysqldump'?
What is mysql url?
Write a query to fetch common records between two tables using mysql?
How do you create a primary key?
How do I edit a table in mysql workbench?
How many columns can you create for an index?
How do I change global variables in mysql?