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
How is a PL/SQL code compiled?
Is sql sequential or random?
when is the use of update_statistics command? : Sql dba
What is sql mysql pl sql oracle?
List out the acid properties and explain?
What are the 3 modes of parameter?
What is secondary key?
what is a field in a database ? : Sql dba
What are the two types of exceptions.
What is the process of debugging?
What is a call statement? Explain with an example.
What are inbuilt functions in sql?
Does a user_objects view have an entry for a trigger?
Which join is like inner join?
What are the uses of sysdate and user keywords?