how to find count rows in table without count function?
Answers were Sorted based on User's Feedback
Answer / rajender varma
Select num-rows from user-tables where table-name='emp'
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What are steps required to ENTER DATA INTO DWH?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What are the factors that affect OPTIMIZER in choosing an Optimization approach ?
What is the difference between I and G in Oracle?
How to create a new table in oracle?
How does oracle handle read consistency?
Why should I use oracle database?
What are the four Oracle system processes that must always be up and running for the database to be useable?
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?
What are triggers in oracle?