Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is a trigger?

7 Answers  


Do you know what are the ways available in sql server to execute sql statements?

0 Answers  


How do I uninstall sql server 2014?

0 Answers  


How to replace given values with null using nullif()?

0 Answers  


What is indexed view?

0 Answers  


What is difference between rollback immediate and with no_wait during alter database?

0 Answers  


What are subquery and its properties?

0 Answers  


What's new in sql management studio for sql server? : sql server management studio

0 Answers  


What is ms sql server reporting services?

0 Answers  


How can I check that whether automatic statistic update is enabled or not?

0 Answers  


What is raiseerror? What is raiseerror?

0 Answers  


Do you know the policy based administration feature of sql server 2008?

0 Answers  


Categories