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 |
What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?
What privilege is needed for a user to query tables in another schema?
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
What are the attributes of the cursor?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
Why do we use bulk collect in oracle?
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
How to loop through a cursor variable?
What are the execution control statements?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
What is the difference between an Oracle Schema and an Oracle Instance?
How to increment dates by 1 in oracle?