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
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
In a distributed database system, can we execute two queries simultaneously?
What steps server process has to take to execute an update statement?
What is varchar sql?
what is 'mysqlimport'? : Sql dba
Can I join the same table twice?
what is the syntax used for partition in tsql? : Transact sql
What is indexing oracle sql?
How to Declare Fixed Length String Value In PL SQL
How to execute a stored procedure?
What is a rank in sql?
State some properties of relational databases?
what is blob? : Sql dba
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What are the different types of tables in sql?