Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


in how many ways we can use count()

Answers were Sorted based on User's Feedback



in how many ways we can use count()..

Answer / pravati

In two ways we can use count
1. SELECT COUNT(*) FROM table name.
2.SELECT COUNT(DISTINCT *) from table name.

Is This Answer Correct ?    0 Yes 0 No

in how many ways we can use count()..

Answer / krishna

select count(1) from table name

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are built in functions?

0 Answers  


What the different types of Replication and why are they used?

0 Answers  


What is a select query statement in ms sql server?

0 Answers  


How to copy the tables, schema and views from one sql server to another?

0 Answers  


Explain candidate key, alternate key, and composite key?

0 Answers  


What is the full form of ddl?

0 Answers  


What is the contrast between sql and mysql?

0 Answers  


What is use of except clause?

0 Answers  


How to drop an existing table with "drop table" statements in ms sql server?

0 Answers  


how to select 5 to 7 rows from a table, which contains 10 rows?

21 Answers   IBM,


How do I debug a stored procedure in sql server?

0 Answers  


What is table-valued sub query?

0 Answers  


Categories