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
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What is normalization? Explain different forms of normalization?
What is query optimization process?
Can you name some of the dml commands in sql?
How do you know if sql server is running on your local system?
What is snapshot parameter in ssrs?
Name the different type of indexes in sql?
Explain microsoft sql server functions?
What is difference between global temporary tables and local temporary tables?
How to delete a login name in ms sql server?
What is the new security features added in sql server 2016? : sql server security
What is the difference between functions and scalar functions?
Explain triggers in sql?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
What is the temp table?