In table three columns with 1 milion records(here there is
no sequence values) i want add one more column with
sequence values from the first how it is posible?
Answer Posted / mohamed shahid
CREATE TABLE T AS SELECT ROWNUM AS seq,emp.* FROM emp;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is table? : Sql dba
what are the limitations of identity column? : Transact sql
How to run sql commands in sql*plus?
Is id a reserved word in sql?
Show code of a cursor for loop.
Why do we use %rowtype & %type in plsql?
what is commit? : Sql dba
What is trigger in sql?
How do I edit a trigger in sql developer?
What is primary key and unique key?
What is a Mapplet?
Explain the the delete statements in sql?
Where is sql database stored?
In what condition is it good to disable a trigger?
Can we create clustered index without primary key?