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

What is the contrast amongst drop and truncate?

0 Answers  


What do you mean by stored techniques? How would we use it?

0 Answers  


What are sql server procedures?

0 Answers  


Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?

0 Answers  


What is query processing?

0 Answers  






What is the default value of CHAR type?

10 Answers   Bosch,


How to delete duplicate rows?

0 Answers  


what is bit datatype? : Sql server database administration

0 Answers  


Can an automatic recovery be initiated by a user?

0 Answers  


Where are full-text indexes stored?

0 Answers  


What is the purpose of forms?

0 Answers  


What is an index?

8 Answers   Yardi Software,


Categories