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
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What is the implicit cursor in oracle?
Can select statements be used on views in oracle?
Explain about functional dependency and its relation with table design?
What are the various oracle database objects?
How to sort the query output in oracle?
what are the default admin accounts in Oracle 10g ?
How to manage transaction isolation level?
How do we get field detail of a table?
How different is ms access and oracle?
What is ASM (Automatic Storage Management) in Oracle?
What is tns service name?
What is an oracle recycle bin?
what's query optimization and without use of IN AND Exist can we get another way data from query