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
Can we join tables without foreign key?
Explain what is table in a database?
What is the difference between sql, mysql and sql server?
How do I save a sql query?
What is sql and also describe types of sql statements?
Which is better varchar or nvarchar?
how to load data files into tables with 'mysqlimport'? : Sql dba
What is data control language?
how many ways to get the current time? : Sql dba
Name some usages of database trigger?
Is subquery faster than join?
How exception handling is done in advance pl/sql?
What is the difference between sql and mysql?
When do we use triggers?
How is a PL/SQL code compiled?