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
explain the delete statements in sql
What are the advantages of sql? Explain
Can delete statement be rollbacked?
What does closing a cursor do?
What is t sql used for?
How can you select unique records from a table?
How to connect a sql*plus session to an oracle server?
Can you have more than one trigger on a table?
what are date and time data types in mysql? : Sql dba
Explain dml and ddl?
What will you get by the cursor attribute sql%notfound?
How do you sort in sql?
What is trigger and stored procedure in sql?
What is normalization in a database?
Differentiate between % rowtype and type record.