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?

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

Does table partitioning improve performance?

1012


What do you understand by triggers?

975


What are the system database in sql server 2005?

1088


Can sql servers linked to other servers like oracle?

1006


What is the purpose of sql profiler in sql server? : sql server database administration

1152


What is data compression?

1062


What is history table in sql server?

1026


List some case manipulation functions in sql?

1084


what is normalization? : Sql server database administration

1155


What types of replication are supported in sql server?

1108


What are the events recorded in a transaction log?

1041


What is coalesce in sql server?

1098


How to change the password of a login name in ms sql server?

1056


Explain few examples of RDBMS?

1097


If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

977