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
Why do you want to join software field as you have done your BE in Electronics?
What is database replication?
Why we use trigger in sql server with example?
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
Does table partitioning improve performance?
What are data regions?
What is Transparent Data Encryption?
Name three of the features managed by the surface area configuration tool? : sql server security
What is the difference between row_number and dense_rank?
What happens if you add a new index to large table?
What will happen if a column containing char type data is changed to the nchar data type?
Why variables called the most powerful component of ssis?
What is sql injection? How to protect against sql injection attack?
What is data source object?
How will you optimize a stored procedure optimization?