without using count(*) and rownum how can we count total
record in a table
Answer Posted / sudipta santra
select count(rowid) from emp;
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What is the use of aggregate functions in oracle?
What is an external table?
Does facebook use oracle?
What is the meaning of recursive hints in oracle?
What is literal?
What are triggers in oracle?
How do I call oracle stored procedures that take no parameters?
How to delete all rows a table in oracle?
Explain oracle instance.
how do u setup a replication site?
How do I spool to a csv formatted file using sqlplus?
what is the scripts in data base?
what is dynamic SGA and static SGA
what is a Nested Loop join?
Use of an integrity constraint is better to validate data. Explain