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 are pl/sql cursor exceptions?
How do you select unique values in sql?
Why do we use triggers?
What is clause?
differentiate between float and double. : Sql dba
How much does sql certification cost?
Show the cursor attributes of pl/sql.
Can we change the table name in sql?
How do I partition in sql?
Explain scalar functions in sql?
Which data dictionary views have the information on the triggers that are available in the database?
What is memory optimized?
What does dml mean?
what is a composite key ? : Sql dba
Is hadoop a nosql?