Can we use where clause with group by?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

How many full-text indexes can a table have?

0 Answers  


What information is maintained within the msdb database?

0 Answers  


Explain difference between control flow and data flow?

0 Answers  


Define left outer join?

0 Answers  


I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30

13 Answers   DELL,






Explain user defined views?

0 Answers  


What is a scheduled job or what is a scheduled task?

0 Answers  


what protocol both networks use? : Sql server database administration

0 Answers  


Explain acid?

0 Answers  


In which situation you use Self joins?

1 Answers   CarrizalSoft Technologies, HP, TCS,


How to recompile stored procedure at run time?

0 Answers  


Distinguish between nested subquery and correlated subquery?

0 Answers  


Categories