wa procedure to return the month and the no'f developers
joined in each month.
Answer Posted / arrry.net
It's simple
No need to use Cursor for that
select Month(Joindate)as MONTH,count(*) as empCount from dbo.tblEmployee
Group by Month(Joindate)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is left join in sql?
What is the importance of sqlcode and sqlerrm?
what is the difference between union and union all? : Sql dba
What is hibernate and its relation to sql?
What are the various levels of constraints?
What are analytical functions in sql?
explain the difference between bool, tinyint and bit. : Sql dba
What is localdb mssqllocaldb?
Why do we use procedures in sql?
What are the types of variables use in pl sql?
explain advantages of innodb over myisam. : Sql dba
What does the file extension accdb stand for?
What is sql integrity?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What do you think about pl/sql?