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
Is t sql the same as sql server?
How to create indexed view?
When do you think a developer should use sql server-based cursors?
Can we store videos inside the sql server table?
Write a program to fetch first 10 records from a file?
What is implicit cursors?
Explain external key management in sql server 2008
What Is Rdbms?
How you provide security to cube? : sql server analysis services, ssas
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
Do you know concepts and capabilities of sql server?
What is the syntax for encrypting a column in SQL Server?
Explain the difference between cross join and full outer join?
Why I have to use stored procedures?
How to insert multiple rows with one insert statement in ms sql server?