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
What is a proxy object?
List the parts of a database trigger.
State the various uses of dbcc command?
What is the use of oracle?
How many types of auditing in Oracle?
How to view existing locks on the database?
Explain oracle’s system global area (sga).
What is the string concatenation operator in oracle?
What are the limitations of check constraint?
What are the major difference between truncate and delete?
What are the parameters that we can pass through a stored procedure?
What is Redo Log Buffer in Oracle?
How remove data files before opening a database?
What is index-organized table in Oracle?
How to save query output to a local file?