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
Write a query for primary key constraint with identity key word?
what is the difference between Delete and Truncate command in SQL
How to write a query with an inner join in ms sql server?
What is resource governor?
What are points to remember while using the fillfactor argument?
What is the synonym of join?
What is bit data type? What's the information that can be stored inside a bit column?
How to find index size for each index on table?
What is a matrix in ssrs?
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What are the advantages of partitioning?
Tell me about normalization in DBMS.
What is the benefit of normalization?
What are the differences between clustered and non-clustered index?
how many layers of tcp/ip protocol combined of? : Sql server database administration