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 do I change the order of columns in postgresql?



How do I change the order of columns in postgresql?..

Answer / Divya Verma

To reorder columns in a table, you can use the ALTER TABLE command along with the REORDER COLUMNS keyword. Here's an example:n```sqlnalter table your_table reorder column1, column2, column3;n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

Is postgresql better than mongodb?

1 Answers  


What is schema in postgresql?

1 Answers  


How do I start postgresql?

1 Answers  


What does postgresql mean?

1 Answers  


How do you insert rows and columns?

1 Answers  


How to execute a function in postgresql?

1 Answers  


What is postgresql? Explain the history of postgresql.

1 Answers  


Put some light on multi-version concurrency control?

1 Answers  


What is vacuuming in postgresql?

1 Answers  


Does postgres automatically index primary key?

1 Answers  


What is the password of postgres user?

1 Answers  


How do I import a csv file into postgres?

1 Answers  


Categories