Is SET a SQL Keyword?

Answers were Sorted based on User's Feedback



Is SET a SQL Keyword?..

Answer / rainy

yes::
it is used to update particular info.

Is This Answer Correct ?    44 Yes 1 No

Is SET a SQL Keyword?..

Answer / radhakrishnan vaithilingam

Yes.
The SET is keyword in SQL Server. The SET is ANSI standard.

Is This Answer Correct ?    13 Yes 4 No

Is SET a SQL Keyword?..

Answer / digvijay

yes, set is assign the value in declared variable.

exaple:--

declare @a int
set @a=20
@a hold the 20.

Is This Answer Correct ?    7 Yes 3 No

Is SET a SQL Keyword?..

Answer / 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

More SQL Server Interview Questions

Explain go command in sql server?

0 Answers  


What is catalog views?

0 Answers  


What are the components of sql server service broker?

0 Answers  


What languages bi uses to achieve the goal?

0 Answers  


How many types of local tables are there in sql server?

0 Answers  






How many databases instances are there in sql server 2000?

0 Answers  


What is the latest version of microsoft sql server?

0 Answers  


application server is slow what may be the problem

0 Answers   Microsoft,


What is pessimistic concurrency?

0 Answers  


How do you use a subquery to find records that exist in one table and do not exist in another?

0 Answers  


How to use subqueries in the from clause in ms sql server?

0 Answers  


What is measure group, measure? : sql server analysis services, ssas

0 Answers  


Categories