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


Please Help Members By Posting Answers For Below Questions

Can we insert in sql function?

772


How do you change a value in sql?

738


Can we call stored procedure in function?

706


Which are sql * plus commands?

714


Explain the the update statement in sql?

770






What is normalization? How many normalization forms are there?

747


Can we edit a view in sql?

713


How many sectors are in a partition?

744


how can we repair a mysql table? : Sql dba

705


how to start mysql server? : Sql dba

864


What does count (*) mean in sql?

1291


What is full join?

699


How to write a query to show the details of a student from students table whose

755


What is a pdo connection?

685


What are the query optimization techniques?

711