wa procedure to return the month and the no'f developers
joined in each month.
Answer Posted / vishal narkhede
select to_char(hiredate, 'MON-RRRR'),count(1) from emp
group by to_char(hiredate, 'MON-RRRR')
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What is the importance of sqlcode and sqlerrm?
Is sql between inclusive?
Can we insert data into materialized view?
What is join view in sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is a loop in sql?
What is the best partition size for windows 10?
Can we perform dml on view?
What is sp_helptext?
What is the use of index in sql?
what is self-join? : Sql dba
How can you fetch first 5 characters of the string?
Which join is default?
How to use boolean type in select statement?