Table student containing 2 columns,Join date,Employee name.
Under join date 4 rows r ter =1-jan-2008,2-feb-2008,3-mar-
2008,4-feb-2008.Under Employee name 4 difeerent names
jaison,robin,binoy,rahul
Result set is,
Table containing 4-column name=jan,feb,mar,april,,beneath
these months count is given as 1,2,1,0 means these counts
representing number of emplooyees joined in a month(january
1employee,february 2 employee,march 1 employee,april 0
employee)
Can you give me the required sql query
Answer Posted / pradip jain
select datename(mm,doj), count(studname) from student group
by doj
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to add a new dsn with the odbc driver for sql server?
What is scheduled job and how to create it?
What are built in functions?
Which rendering formats are affected by the pagesize properties?
What are parameterized reports?
What is a not null constraint?
Do you know the isolation level that sql server support?
How many joins in sql server?
what is unique and xaml nonclustered index
What samples and sample databases are provided by microsoft?
What is exclusive locks?
How to add more data to the testing table in ms sql server?
What is mean by candidate key?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What are the different sql server versions?