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
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Is nosql relational?
What is cursor explain with example?
Name three sql operations that perform a sort.
What is the purpose of normalization?
Explain what is a subquery ?
What is a parameter query?
What are triggers and its uses?
Is primary key always clustered index?
What is a .db file?
explain the difference between bool, tinyint and bit. : Sql dba
What is a constraint?
What is union and union all keyword in sql?
Mention what plvcmt and plvrb does in pl/sql?
What is the difference between a subquery and a join?