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
What do you do in data exploration
Explain various data region available in ssrs with their use?
How to use "begin ... End" statement structures in ms sql server?
What is a transaction and why is it important?
Difference between primary key and clustered index?
Can an automatic recovery be initiated by a user?
Can you explain what are commit and rollback in sql?
What command do we use to rename a db, a table and a column?
How to enable tcp/ip protocol on a sql server?
What is for xml in sql server?
What is command parameter in ssrs?
how to use DTS package in 2000,2005,2008 in sql server
How you trouble shoot when any job fails
What is sql stored procedure?
What is the difference between the 2 operating modes of database mirroring?