How to count the no of records of a table without using
COUNT function?
Answer Posted / sudhakar & co
select rownum from table_name;
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
Which is faster joins or subqueries?
What is the execution plan in sql?
how to shut down the server with 'mysqladmin'? : Sql dba
how do you tune the slow running queries in oracle db , explain the methodology
What is set serveroutput on?
Is pl sql a programming language?
How delete a row in sql?
What is rank () in sql?
What are the types of optimization?
What is the maximum number of triggers, you can apply on a single table?
Explain clause in sql?
Are stored procedures faster than queries?
What is multiple columns?
Explain the significance of the & and && operators in pl sql.
What are %type and %rowtype for?