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 / kondeti srinivas
select rownum,tablename.* frome tablename;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is normalisation in sql?
What is pl sql code?
what is the difference between sql and t-sql? : Transact sql
What schema means?
What is an implicit commit?
What is scalar data type in pl sql?
What is transaction control language (tcl)?
How many commands are there in sql?
Define implicit and explicit cursors.
What is mutating error?
What is synonyms?
What is clause in sql?
What is materialized view in sql?
What is case function?
What are different types of functions in sql?