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 a natural join?
What is the meaning of disabling a trigger?
What are commit, rollback, and savepoint?
Why should I use postgresql?
What are the types of records?
Which join is default?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is use of package in pl sql?
Can triggers stop a dml statement from executing on a table?
What language is oracle sql developer?
What is the clause we need to add in function body to return variable?
What do you mean by stored procedures? How do we use it?
What is the difference between subquery and correlated query?
How can we avoid duplicating records in a query?
Can we write ddl statements in functions?