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
Which is better varchar or nvarchar?
How can I change database name in sql?
How does an execution block start and end in pl sql?
What is a design view?
What are sql objects?
what is sub-query? : Transact sql
Explain the the delete statements in sql?
How do you update a sql procedure?
What is sql integrity?
what happens if null values are involved in expressions? : Sql dba
Which nosql database is best?
Why we use cross join?
How do you select unique values in sql?
What is a composite primary key?
What is the difference between microsoft access and sql?