Let us suppose we have a table with structure in order
empno
empname
empdesig
empcountry
and now i want to re-organize the columns of this table to
empno
empdesig
empname
empcountry
how can i do this with queries ?
assume that table contains the data.
Answer Posted / bala
try updating the values for COLUMN_ID in the
ALL_TAB_COLUMNS table..using Admin Privilege. to update
this table...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What is exit statement?
What is a table?
what is 'mysqladmin' in mysql? : Sql dba
What is application trigger?
Can a table contain multiple primary key’s?
What is the maximum size of sqlite database?
Mention what does the hierarchical profiler does?
Is t sql a programming language?
what happens if null values are involved in expressions? : Sql dba
What is sp_helptext?
Define the select into statement.
How to get list of all tables from a database?
How to return multiple rows from the stored procedure?
What is sqlexception in java?