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 meant by <> in sql?
what is user defined functions? : Sql dba
What does (*) mean in sql?
Can we rename a column in the output of sql query?
What is a natural join?
Is id a reserved word in sql?
What is a trigger in sql?
What makes a good primary key?
What is sql key?
Are stored procedures faster than dynamic sql?
What is sql select statement?
Why do we need cursors in pl sql?
What are synonyms in sql?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
How do you create a unique index?