how to get enames with comma seperated values by deptwise
on emp table?

Answer Posted / rasmita basantia

select ename ||' , '||deptno from emp order by deptno

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between sql and mysql?

551


What is rownum in sql?

557


how to escape special characters in sql statements? : Sql dba

508


What is data types in sql?

533


What is minus?

541






What is the purpose of primary key?

529


How do I view a view in sql?

504


Do stored procedures prevent sql injection?

544


Explain the uses of control file.

613


What is before and after trigger?

518


What are the different dcl commands in sql?

559


How do you write an inner join query?

511


Is left join and outer join same?

543


How does a covering index work?

526


Is left join faster than join?

538