Answer Posted / prakash kumar
select max(rownum)from table_name;
this will also give number of rows in your table
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the maximum number of rows in sql table?
What is sql*loader and what is it used for?
Is postgresql a server?
Can we use join in subquery?
What are types of joins?
Can a primary key be a foreign key?
Do we need commit after truncate?
How many postgresql users are there, worldwide?
what is 'mysqlshow'? : Sql dba
What is the use of stored procedures?
how would concatenate strings in mysql? : Sql dba
Is sql a backend language?
Can we commit inside a trigger?
difference between anonymous blocks and sub-programs.
how to use 'mysql' to run sql statements? : Sql dba