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
What do you mean by data integrity?
What are the disadvantages of merge replication?
Can we delete data from a view?
What is a not null constraint?
What is query parameter in ssrs?
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?
How to retrieve error messages using odbc_errormsg()?
How do I start sql server 2017?
Explain about builtinadministrator?
How to modify an existing user defined function?
Difference between Inner vs outer joins?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
How check triggers in sql server?
How do I find query history in sql server?
What is field with example?