How can we find the number of rows in a table using MySQL?
Answer Posted / sunil kumar
Hello Manish bheiya, I tried ur answer but its not run on my
PC and then I tried this query
select count(*) as row from tablename
Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is mysql default port number?
How can you make a database as your current database?
What is striped backup
Is mysql better than oracle?
What is query design?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?
How important is to list the column names when doing an insert?
What is the maximum connection pool size?
How many rows mysql can handle?
How do you rename a table?
Is mysql good for big data?
What port is mysql running on?
What is the difference between a heap table and temporary table?
How can you retrieve a particular number of records from a table?