how to find count rows in table without count function?
Answer Posted / anil kumar
select sum(1) from table_name;
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is where clause in oracle?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
In what script is snap$ created? In what script is the scott/tiger schema created?
How to load a large xml file?
What is PL/SQL ?
How is it different from a normal table?
What are the original export and import utilities?
How to start a specific oracle instance?
What is a trigger and what are its types?
How to generate query output in html format?
What are internal user account in oracle?
What is MTTR advisor in Oracle?
Explain the blob datatype?
What is meant by joins? List out the types of joins.
In which language oracle has been developed?