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
When is the use of update_statistics command?
What is resource db in sql server?
Can we store videos inside the sql server table?
Why would you use sql agent?
How to write a query with a left outer join in ms sql server?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
What do you understand by recursive stored procedure?
What is meant by referential integrity?
What is trigger explain with program?
What is forward - only cursors / read only cursor?
What have included columns when we talk about sql server indexing?
What are the 3 types of schema?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
How to write an inner join with the where clause in ms sql server?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...