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...

How to get the 3rd column(i.e all the data along with the
column name)in a table?

Answer Posted / ramesh

Column Names of a table are stored in the data dictionary
table user_tab_columns along with column_id. By referring
column_id we can display the column name as :

select column_name from user_tab_columns where table_name
= 'EMP' and column_id = 3;

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of not performing database normalization?

1217


What is an example of translating a date into julian format?

1205


What is a record in a database?

1103


What is difference between ms sql and mysql?

1016


What is sql and db2?

1054


what is the difference between ereg_replace() and eregi_replace()? : Sql dba

1228


How to convert comma separated string to array in pl/sql?

1242


What is scope and visibility in PL/SQL?

1291


How do I save a sql query?

1067


what are the different type of normalization? : Sql dba

1072


Why do we use partitions in sql?

1096


What are pl/sql packages?

1160


Which data dictionary views have the information on the triggers that are available in the database?

1301


what is union? : Sql dba

1082


What are sql constraints?

1228