How can we add a column to a table without altering the
same?
Answer Posted / devraj
In Oracle - create nother table with new column
2. insert complete data into this
3. drop orignal table
4. rename the created table to orignal table
| Is This Answer Correct ? | 12 Yes | 26 No |
Post New Answer View All Answers
Explain the features of sybase.
What is replication server in sybase?
Can I run any transact-sql command on a partitioned table in sybase?
What is the difference between db-lib and ct-lib in sybase?
Differentiate between ltm and repagent?
Explain coalesce.
What do you mean by mainframe connect tool in sybase?
Is sybase sql?
What is an advantage to using a stored procedure as opposed to passing an sql query from an application ?
How would you replicate col = col + 1 in sybase?
How do I correct time slice -201?
What is replication in sybase?
How to change varchar(m) to varchar(n) in sybase?
How do I open sybase control center?
How to connect to sybase database from linux?