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
Why function is used in sql?
What is a design view?
Are sql connections encrypted?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
What does select * from mean in sql?
Explain the difference between triggers and constraints?
How do temporal tables work?
Explain normalization and what are the advantages of it?
Can we join tables without foreign key?
What is a ddl command?
What is trigger in sql and its types?
What are different joins used in sql?
What is difference between my sql and sql?
Can a procedure in a package be overloaded?
Is oracle and sql same?