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 is transaction control language (tcl)?
How do I access sql anywhere database?
what is the bond code in materialized view?
What is parameter substitution in sql?
what is a stored procedure? : Sql dba
What is a pdo connection?
What is sql injection vulnerability?
how to run 'mysql' commands from a batch file? : Sql dba
Differentiate between % rowtype and type record.
Why do we need sharding?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is keys and its types?
What is the use of procedures?
Explain normalization and what are the advantages of it?
What is Difference Between Unique and Primary Key Constraints?