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
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
Can a foreign key be null?
How can you know that statistics should be updated?
explain the advantages and disadvantages of stored procedure? : Sql dba
What are pl/sql cursors?
Explain the uses of database trigger.
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is sql a dbms?
Advantages and disadvantages of stored procedure?
How do I sort a table in sql?
What is sql stand for?
How many row comparison operators are used while working with a subquery?
List the various privileges that a user can grant to another user?
How do we accept inputs from user during runtime?
Can we change the table name in sql?