Is SET a SQL Keyword?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by data integrity?

786


What are the disadvantages of merge replication?

967


Can we delete data from a view?

708


What is a not null constraint?

769


What is query parameter in ssrs?

132






While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?

781


How to retrieve error messages using odbc_errormsg()?

724


How do I start sql server 2017?

698


Explain about builtinadministrator?

768


How to modify an existing user defined function?

772


Difference between Inner vs outer joins?

690


Why is there a performance difference between two similar queries where one uses union and the other uses union all?

722


How check triggers in sql server?

670


How do I find query history in sql server?

670


What is field with example?

681