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 a covering index?

0 Answers  


How to genrate automaticlly empid like gt001

4 Answers  


Is it possible in sql table to have more than one foreign key?

0 Answers  


How can you fetch alternate records from a table?

0 Answers  


What do you understand by triggers?

0 Answers  






Tell me the phases a transaction has to undergo?

0 Answers  


Other than truncate statement, which other command can by-pass the trigger on the tables?

0 Answers  


Explain having clause and where clause?

0 Answers  


Can I know,how to Execute Funcion and Trigger through command(Manualy Execution) in MS SQL/SERVER 2005,give me answer with Example.

1 Answers  


Explain about local stored procedure?

0 Answers  


How to delete the duplicate rows from a table in SQL Server ??

3 Answers  


What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?

11 Answers   World Tech, Yardi Software,


Categories