Answer Posted / anand
select count(*) from table_name will hold good if there isn't any WHERE clause in it as it is a AGGREGATE Function.. (just additional information)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain can SSRS reports Cache results?
How to create percentile function?
Can you pass expressions to stored procedure parameters?
how can you attach more than 20 ldf files in sql server
Who is the owner of a schema in ms sql server?
Can we return Data from 4(more than 1) tables in stored procedure?
What is the difference between index seek vs. Index scan?
How to download and install the scaled-down database adventureworkslt?
What is failover clustering overview?
What is meant by Active-Passive and Active-Active clustering setup?
Do you know what is lock escalation?
Other than truncate statement, which other command can by-pass the trigger on the tables?
Will count(column) include columns with null values in its count?
What is page in sql server?
What does this statement do @@rowcount?