Answer Posted / praveen kumar.dandu
suppose we had a table name emp and columns ename and sal.
<sql>alter table emp rename column sal to salary;
it wll rename the column sal to salary
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
How to connect ms access to sql servers through odbc?
what is unique and xaml nonclustered index
What do you mean by subquery?
What is create command?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
Explain various On-Delete options in a DB table. Which is the default option?
What is shared lock?
Define self join?
What are the reporting services components?
Explain syntax for disabling triggers?
What are the extra roles available in msdb? : sql server security
What does COMMIT command do?
Does a specific recovery model need to be used for a replicated database? : sql server replication
what authentication modes does sql server support? : Sql server database administration
what is the main function of a query parameter?