ex. one table is having 1 column with 10 records ,
then how to display all the values in row wise ?
Answer Posted / ajit
select wm_concat(rel)
from UPDATE_TEST
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Point out the difference between user tables and data dictionary?
Explain a private synonyms?
What is oracle host variable?
What types of joins are used in writing subqueries?
How to start instance with a minimal initialization parameter file?
How to create additional tablespaces for an new database?
What are the major difference between truncate and delete?
Explain what are the advantages of views?
Explain an index segment?
How do I connect to oracle database?
Name the various constraints used in oracle?
Give syntax for SQL and ORACLE joins.
Can you tell me how to add new column in existing views?how?How is possible?
How to write a query with a left outer join in oracle?
How oracle handles dead locks?