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 bind cache?
Explain relationship between jdbc and sybase.
How can you change to get the decimal separator as comma instead of the decimal point (.)?
What is open server in sybase?
Is sybase relational database?
What do you mean by mainframe connect tool in sybase?
Explain update statistics.
What is replication server?
What are triggers? Why do we use them? Diff types of triggers? What are magic tables?
List the types of locking?
Explain procedure cache?
What is the depth of triggers?
What is the role of replication server in sybase?
Which version of open client works with which ase in sybase?
What you need to do is issue an ase kill command on the connection then un-suspend the db?