how can we write a column values horizontal by using sql stmt;
ex:
select name from table_name;(actual output)
a
b
c
d
require output is
a b c d
Answer Posted / kalaiselvi
select name from table_name order by name
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
what are the different index configurations a table can have? : Sql dba
Is progress software supports to ( pl/sql )?
What are some emotional triggers?
Can dml statements be used in pl/sql?
What is set serveroutput on in pl sql?
How to Execute a Package in PL/SQL.?
Define overloaded procedure?
What are the different types of constraints?
What are the differences between in and exists clause?
What is the difference between rename and alias?
Is postgresql a server?
What is where clause in sql?
What is difference between sql and mysql?
What will you get by the cursor attribute sql%found?
What is data abstraction in sql?