adspace
Answer Posted / bolearner
There are 2 ways used to find the row count of any table.
SELECT COUNT(*) FROM EMP;
SELECT TABLE_NAME, NUM_ROWS FROM USER_TABLES WHERE TABLE_NAME='EMP';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does group by remove duplicates?
what are aggregate and scalar functions? : Sql dba
what is schema? : Sql dba
What is the best sql course?
Can delete statement be rollbacked?
what is collation? : Sql dba
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
how to start mysql server? : Sql dba
what is dbms? : Sql dba
what are all the common sql function? : Sql dba
Can we rollback truncate?
If a cursor is open, how can we find in a pl/sql block?
Is primary key clustered index?
Is inner join faster than left join?
What is the current version of sql?