how to get enames with comma seperated values by deptwise
on emp table?
Answer Posted / g
SELECT DEPT.DEPT_ID,LIST_AGG(E.EMP_NAME) FROM EMP E,DEPT D WHERE E.DEPT_ID=DEPT.DEPT_ID GROUP BY DEPT.DEPT_ID;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between local variables and global variables?
How show all rows in sql?
What is the purpose of cursors in pl/sql?
Why do we need cursor in pl sql?
What is difference between inner join and self join?
What is the order of sql select?
What is the maximum database size for sql express?
What are different categories of sql commands?
What does pl sql developer do?
What is program debugging?
What is nvl?
Is sql a backend language?
What is java sql driver?
What does joining a thread mean?
What is the best sql course?