Is SET a SQL Keyword?

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


Please Help Members By Posting Answers For Below Questions

why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration

551


Explain trigger classes i.e. Instead of and after trigger?

485


How to call a function from a stored procedure in SQL Server ?

548


You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?

538


How to delete existing triggers using "drop trigger"?

556






What are the results of running this script?

509


Can you explain powershell included in sql server 2008?

503


What is molap and its advantage? : sql server analysis services, ssas

545


Why functions are used in sql server?

502


What are the different types of Indexes available in SQL Server?

517


What is SQL Azure Federations?

98


What is resource db in sql server?

593


What is the difference between a function and a trigger?

571


Can sql servers linked to other servers like oracle?

540


What is repeatable read?

540