How to count the no of records of a table without using
COUNT function?
Answer Posted / vikram
select col1,col2,1 as SNO,sum(sno) from emp
group by 1,2,3
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of normalization?
what is the difference between group by and order by in sql? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
What is data profiling in sql?
What is update query?
Can we join 3 tables in sql?
How does postgresql compare to oracle/db2/ms sql server/informix?
Does sql view stored data?
What is trigger and how to use it in sql?
Is mariadb nosql?
What is pls_integer in pl sql?
tell us something about heap tables. : Sql dba
What is difference between stored function and application function?
Is sql a dbms?
How to execute a stored procedure?