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 is bdb (berkeleydb)? : Sql dba

1087


What is an ndf file?

1062


What is clause?

1225


What is the difference between Union and Union all. Which is faster.

1438


Does group by remove duplicates?

1092


what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba

1008


what is the difference between sql and t-sql? : Transact sql

1134


What is offset and limit in sql?

1102


Why do we need view in sql?

1033


What are the differences between implicit and explicit cursors?

1109


What are pl/sql cursor exceptions?

1162


What are different types of functions in sql?

1051


give the syntax of grant and revoke commands? : Sql dba

1216


What are sql functions? Describe in brief different types of sql functions?

1177


what is 'mysqladmin' in mysql? : Sql dba

1073