How would you Update the rows which are divisible by 10,
given a set of numbers in column?
Answer Posted / pandian s
UPDATE TableName SET Column1 = <Value>
WHERE ColumnName % 10 = 0
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is data modeling and Reterminal integrity?
Define tempdb database?
Can we check locks in database? If so, how can we do this lock check?
what are the new features in SSRS?
Explain logical operators in sql server?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
What happens when the SQL Azure database reaches Max Size?
Do you know how to implement service broker?
List some advantages and disadvantages of stored procedure?
How to execute function in stored procedure sql server?
What's new in sql management studio for sql server? : sql server management studio
What are group functions in query statements in ms sql server?
Does full backup break log chain?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
What are the differences between stored procedure and view in sql server?