How to count the no of records of a table without using
COUNT function?
Answer Posted / sandeep
select max(rownum) from table_name;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
Sql technical questions
Explain the difference between rename and alias?
What is database white box testing and black box testing?
what is 'mysqlimport'? : Sql dba
Can we use delete in merge statement?
Is sql similar to python?
Define the select into statement.
What is difference between pls_integer and integer?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What is time based sql injection?
Explain what is sql?
What is primary key secondary key alternate key candidate key?
Is sql microsoft?
Does sql between include endpoints?