How to count the no of records of a table without using
COUNT function?
Answer Posted / kart
select max(rownum) from table
| Is This Answer Correct ? | 65 Yes | 5 No |
Post New Answer View All Answers
what are the advantages of using stored procedures? : Sql dba
what are the types of join and explain each? : Sql dba
What is difference between table and view?
What is the difference between left join and right join?
Write the alter statement to enable all the triggers on the t.students table.
How many databases can sql express handle?
Write a unique difference between a function and a stored procedure.
What does select * from mean in sql?
Can we join 3 tables in sql?
How do I copy a table in sql?
How can we solve sql error: ora-00904: invalid identifier?
What are pl sql data types?
Define tables and fields in a database
How do I run a pl sql procedure in sql developer?
What does select top 1 do in sql?