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
How do you modify a trigger?
What is embedded sql in db2?
Why do we use subquery?
What is the purpose of primary key?
What is a scalar value in sql?
How many developers work on postgresql?
what is a join? : Sql dba
What are commit, rollback, and savepoint?
What are the limitations of sql express?
Can we call stored procedure in function?
What is foreign key in sql with example?
What is the use of count (*) in sql?
explain the difference between delete , truncate and drop commands? : Sql dba
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
Write a query to display the current date in sql?