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

Does partitioning improve performance?

0 Answers  


Which table keeps the locking information?

0 Answers  


What are the parts of a function?

0 Answers  


What is cube dimension? : sql server analysis services, ssas

0 Answers  


What is the difference between resultset and resultsetmetadata?

0 Answers  


What does normalization do to data?

0 Answers  


What is the difference between DataRow.Delete() and DataRow.Remove()?

0 Answers  


Why use cursor in sql server?

0 Answers  


Write an sql query to find first weekday of the month?

0 Answers  


What is sql language?

0 Answers  


Do you know what is sql injection?

0 Answers  


What is shared lock?

0 Answers  


Categories