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 the difference between rollback and rollback to statements?
What will you get by the cursor attribute sql%found?
Enlist the characteristics of pl/sql?
how to dump a table to a file with 'mysqldump'? : Sql dba
what is query cache in mysql? : Sql dba
What is a parameter query?
What version is sql?
What is full join?
How you improve the performance of sql*loader? : aql loader
what are different types of keys in sql?
How do you clear the screen in sql?
What is sql basics?
What is exit statement?
Is merge a dml statement?
What is the need of a partition key?