What is the difference between the following two sql
statements
select count(*) from <tablename>
select count(col_name) from <tablename>
Answer Posted / karthik
both will be display same record count.
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
What function does a database engine serve in the sql server?
After removing a table from database, what other related objects have to be dropped explicitly?
What are distributed partitioned views?
What are the components of dbms?
What is the federation in sql azure?
What is microsoft sql server?
what is bit datatype? : Sql server database administration
What happens if you delete a table that is used by a view?
Do you know nested transaction?
What happens on checkpoint?
What is collation?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
What are the advantages of passing name-value pairs as parameters?
What is a view in sql?
explain different types of cursors? : Sql server database administration