How to count the no of records of a table without using
COUNT function?
Answer Posted / satya
select sum(1) from table_name;
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is mdb stand for?
Why we use pl sql?
How do you add a column to a table?
What do we need to check in database testing?
is mysql query is case sensitive? : Sql dba
Is coalesce faster than isnull?
What is PL/SQL Records?
What is sql entity?
How to raise user-defined exception with custom sqlerrm ?
What is procedure and function in sql?
What is difference between sql and oracle?
Explain architecture of sql server notification services?
What is a left inner join?
What is oracle and pl sql?
What is lexical units in pl sql?