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
Which join is like inner join?
Explain autonomous transaction.
What is difference between my sql and sql?
What is the difference between microsoft access and sql server?
How delete a row in sql?
explain the difference between bool, tinyint and bit. : Sql dba
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What is an inner join sql?
what are the differences between require and include, include_once and require_once? : Sql dba
What does fetching a cursor do?
Why do we create views in sql?
What does desc stand for?
Why do we need unique key in a table?
What is the use of %rowtype?
How to know the last executed procedure?