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 command do we use to rename a db, a table and a column?

0 Answers  


Why do we need different type of parameter?

0 Answers  


How to create a dml trigger using create trigger statements?

0 Answers  


What are the joins in sql server? : sql server database administration

0 Answers  


Explain about extended stored procedure?

0 Answers  






Explain what is the difference between union and union all?

0 Answers  


What is the difference between clustered and non-clustered indexes in ms sql server?

0 Answers  


Assume,there are three tables in a database, Can i have both primary key and foreign key for each table in the same database?

4 Answers  


WHAT OPERATOR PERFORMS PATTERN MATCHING?

2 Answers   CarrizalSoft Technologies, CTS,


Explain different types of index?

0 Answers  


What action plan is preferred if sql server is not responding?

0 Answers  


How do I clean up sql server transaction log?

0 Answers  


Categories