What is the datatype returned by count(*)

Answers were Sorted based on User's Feedback



What is the datatype returned by count(*)..

Answer / a

int

Is This Answer Correct ?    24 Yes 1 No

What is the datatype returned by count(*)..

Answer / awi (focus)

count(*) return Int Data Type

Is This Answer Correct ?    11 Yes 2 No

What is the datatype returned by count(*)..

Answer / gunjan sapra

The datatype returned by count(*) is INTEGER type.

Is This Answer Correct ?    8 Yes 0 No

What is the datatype returned by count(*)..

Answer / ramesh

The count(*) returns Integer Datatype.

Is This Answer Correct ?    8 Yes 0 No

What is the datatype returned by count(*)..

Answer / vinod

Count(*) returns INT.

Is This Answer Correct ?    8 Yes 0 No

What is the datatype returned by count(*)..

Answer / sathishrpillai

It returns Integer data type.
since count function return the total count of a particular
fields.

Is This Answer Correct ?    7 Yes 0 No

What is the datatype returned by count(*)..

Answer / vikky

Count(*) returns number of rows(counts) available in table.
It returns Int datatype

Is This Answer Correct ?    8 Yes 1 No

What is the datatype returned by count(*)..

Answer / srinivas

int

Is This Answer Correct ?    6 Yes 0 No

What is the datatype returned by count(*)..

Answer / siva

it returns int

Is This Answer Correct ?    5 Yes 0 No

What is the datatype returned by count(*)..

Answer / vikram k mahapatra

It return Int datatype

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More SQL Server Interview Questions

whats the maximum size of view state??

0 Answers  


What security features are available for stored procedure?

0 Answers  


Why use update_statistics command in sql server?

0 Answers  


what are the new features introduced in sql server 2000? : Sql server database administration

0 Answers  


what is diffence between replicaion and logshipping?

1 Answers  






write a query to remove duplicate records without using primary key column?

2 Answers   ABCO,


How can you check the version of sql server?

0 Answers  


What is the difference between dbcc indexdefrag and dbcc reindex?

0 Answers  


What are partitioned views and distributed partitioned views?

0 Answers  


How can we get count of the number of records in a table?

0 Answers  


What are the properties of the transaction?

0 Answers  


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

0 Answers  


Categories