Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are the different types of trigger and explain its various uses and functions?

1166


What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.

1028


What are the differences between lov and list item?

1139


What is memory advisor in Oracle?

1130


How to assign a tablespace to a users in oracle?

1086


What are the differences between number and binary_float in oracle?

1147


What is where clause in oracle?

1075


What is the dynamic sql in oracle?

1124


How many types of database triggers exist?

1184


How does oracle handle read consistency?

1151


Explain the features of oracle?

1105


For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?

2064


How to use "if" statements on multiple conditions?

1216


what is a Nested Loop join?

2170


How to grant create session privilege to a user in oracle?

1050