adspace


Why we need a group by clause?

Answer Posted / satyanarayana

In order to provide a condition to the select statement
either by group by column or aggregate function

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why and when do stored procedure recompile?

1077


Can you index views?

958


What is the difference between upgrade and migration in sql server?

1193


How raid can influence database performance?

1127


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1303


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1032


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1223


What are wait types?

1262


Equi join and non equi join is possible with sql server?

1140


What are the different types of subquery?

1240


What is a coalesce function?

1292


What is acid mean in sql server?

1257


How can you append an identity column to a temporary table?

1078


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1083


What kind of problems occurs if we do not implement proper locking strategy?

1508