Answer Posted / ganesh dhage
SET is Reserved word in the SQL Server.Basically SET keyword is used for updating the particular record in the database table with some conditions...If i need to change the name of Student from Student table then i can write query like this->
update Student set Stud_Name=Ganesh
where StudID=201 and Email='abcd@pune.com';
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does table partitioning improve performance?
What do you understand by triggers?
What are the system database in sql server 2005?
Can sql servers linked to other servers like oracle?
What is the purpose of sql profiler in sql server? : sql server database administration
What is data compression?
What is history table in sql server?
List some case manipulation functions in sql?
what is normalization? : Sql server database administration
What types of replication are supported in sql server?
What are the events recorded in a transaction log?
What is coalesce in sql server?
How to change the password of a login name in ms sql server?
Explain few examples of RDBMS?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?