Answer Posted / anand
COUNT(column_name): COUNT THE NUMBER OF ROWS EXCLUDING NULL
VALUES.
COUNT(*):COUNT THE NUMBER OF ROWS INCLUDING NULL VALUES AND
DUPLICATES.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are data resources?
Which tcl commands are available on the sql server?
How to create a testing table with test data in ms sql server?
What are transactions and its controls?
Call by value and call by reference in procedure and function, with NOCOPY.
Can sql server be linked with other servers like oracle?
How to perform backup for certificates in sql server? : sql server security
What do you mean by tablesample?
Can I use sql azure as a backup with log shipping or database mirroring?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
Explain try...catch with sql server?
explain extended properties
What are the different types of sub-queries?
What are the kinds of subquery?
How to create median function?