without using count(*) and rownum how can we count total
record in a table
Answer Posted / ganesh prasad sial
select sum(1) from emp;
| Is This Answer Correct ? | 38 Yes | 2 No |
Post New Answer View All Answers
How to get a create statement for an existing table?
Explain an index segment?
How to bring a tablespace offline?
Can the query output be sorted by multiple columns in oracle?
What is an oracle cursor variable?
What is oracle join syntax?
How to create a stored procedure in oracle?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
How do we display rows from the table without duplicates?
How do I reset a sequence in oracle?
Why should I use oracle database?
Define oracle database
How oracle handles dead locks?
Can we create trigger on materialized view in oracle?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?