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 see free space of each tablespace?
How to use "in" parameter properly?
What is oracle sid?
What is the maximum number of triggers that can be applied to a single table?
How to call a stored function in oracle?
How to connect to a local oracle 10g xe server?
What is redo log?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What is partitioned table in Oracle?
How do we represent comments in oracle?
Which are the five query types available in oracle?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
How to manage transaction isolation level?
How many types of tables supported by oracle?
What is the purpose of save points in oracle database?