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 exit statement?
How do you know if a relationship is 2nf?
What is the starting oracle error number? What is meant by forward declaration in functions?
Explain unique key in sql.
Explain raise_application_error.
What are the advantages of pl sql over sql?
How does an execution block start and end in pl sql?
What is spool?
What are the benefits of triggers?
What is a subquery in sql?
What are sql procedures?
What are different joins used in sql?
what is meant by nl2br()? : Sql dba
Explain what is rdbms?
How do I audit the sql sent to the server?