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 |
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
What is the difference between SQL and SQL Server?
26. Display the earliest shipping date in the format: DD/MON/YYYY
Can multiple columns be used in group by in oracle?
How to add another datafile to a tablespace?
How to rename an existing table?
What is use of oracle?
What is format trigger?
How to define default values for formal parameters?
What is oracle database 10g express edition?
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?