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
How do you know if a relationship is 2nf?
What are the packages in pl sql?
What is forward declaration in pl sql?
What's the difference between inner join and left join?
What is the primary use of normalization?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
what is log shipping? : Sql dba
How much ram can sql express use?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is sql exception?
What are stored procedures used for?
What does pl sql stand for?
Explain what is an index?
What are the key differences between SQL and PL SQL?
how to get a list of all tables in a database? : Sql dba