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 is use of package in pl sql?
How do you know if a relationship is 2nf?
What is sql basics?
What is a sql*loader control file?
What is oracle sql called?
What do you understand by pl/sql packages?
Why is sql better than hql?
List the various privileges that a user can grant to another user?
What is oracle and pl sql?
Explain dml and ddl?
What is the most common sql injection tool?
define sql update statement ? : Sql dba
Is mariadb a nosql database?
Which are the different case manipulation functions in sql?
how can we submit a form without a submit button? : Sql dba