How can i change the column name.
Answer Posted / dipti sonawane
alter table (table_name)
change (old_colomnname)(new_colomnname)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me what is the order in which the sql query is executed?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
what is package and it uses and how can u call a package
How to connect Azure federated root database and apply federation in entity framework?
What is the log shipping?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
What is postgresql server?
What do you mean by 'normalization'?
What is difference between stored procedure and user defined function?
How to execute the cursor queries with "open" statements?
What are scheduled tasks in sql server?
How to delete an existing row with delete statements in ms sql server?
If a stored procedure is taking a table data type, how it looks?
What is the use of “join” in sql server?