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
give the syntax of grant and revoke commands? : Sql dba
How do I partition a table in sql?
What is record variable?
What is a temp table?
Does mysql support pl sql?
What is foreign key sql?
How does postgresql compare to mysql?
What is the starting oracle error number? What is meant by forward declaration in functions?
Why do we use joins?
Why primary key is required?
Is left join same as join?
what is the difference between undefined value and null value? : Sql dba
Why stored procedure is faster than query?
What is the difference between rename and alias?
How we can update the view?