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 a trigger word?
what is log shipping? : Sql dba
What is pl sql in oracle?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
What is %type in sql?
What is union?
Is a foreign key always unique?
What is the difference between python and sql?
Is sql a case sensitive language?
What are all ddl commands?
Is nosql faster than sql?
What is the difference between the implicit and explicit cursors?
What does sql stand for?
What is a temporal table?
What are the advantages of pl sql?