What is the difference between the following two sql
statements
select count(*) from <tablename>
select count(col_name) from <tablename>
Answer Posted / kushi
for the First Qry,result is "No.of records"
for the second Qry,result is "No.of records for particular
columnname"
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
Explain the dbcc pintable command when would you use it?
What is normalization 1nf 2nf 3nf?
What is difference between materialized view and view?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
What is the latest version of microsoft sql server?
What are the dis_advantages of stored procedures, triggers, indexes?
How to use group functions in the select clause in ms sql server?
What is the usage of the sign function?
Which language rdl files made of?
List some advantages and disadvantages of stored procedure?
How to start sql server browser service?
What is a covering index?
What is the datatype of rowid?
What is indexing explain it with an example?