Answer Posted / Harminder Kaur
"To change the order of columns in a PostgreSQL table, use the ALTER TABLE command with the REORDER COLUMNS option. For example: ALTER TABLE my_table REORDER COLUMNS (column1, column2, column3);"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers