SQL Language (MOSC)

MOSC Banner

Table related column position change is not possible in Oracle ?

edited Mar 3, 2025 5:28PM in SQL Language (MOSC) 13 commentsAnswered

Table related column position change is not possible in Oracle ?

Ex:- Employee table created with 5 columns

Name: Column1

Number: 2

DOB: 3

Salary: 4

Age: 5

And later we want to move age column as below so,

Name

Number

Age

DOB

Salary

is it possible or not? if yes which database version support this option?

It is very much possible in other programming languages but not sure in Oracle

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center