ex. one table is having 1 column with 10 records ,
then how to display all the values in row wise ?
Answer Posted / ruchi varma
it will need a cursor.
begin
for cur1 in (select a from Name) loop
dbms_output.put(cur1.a);
end loop;
end;
dbms_output.put -> displays a chr without putting a new line
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is MTTR advisor in Oracle?
Explain the characteristics of oracle dba?
List the types of joins used in writing subqueries?
definition of cluster and non-clustered index?
What is execute immediate in oracle?
How to synchronize 2 schema's objects?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
How to create a new user account in oracle?
How to export several tables together?
What is merge in oracle?
How do I uninstall oracle client from windows?
List out the components of logical database structure of oracle database.
Can we store images in oracle database?
Is oracle an open source?
What happens to the indexes if a table is recovered?