How would you Update the rows which are divisible by 10,
given a set of numbers in column?
Answer Posted / picture12345
select * from TableName where ColumnName%10=0
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
Explain the truncate command?
Can we insert data into view sql server?
what type of index will get created after executing the above statement? : Sql server database administration
How to convert binary strings into integers in ms sql server?
What is the New in SQL server 2008?
What is the maximum size per database for sql server express?
What are unicode character string data types in ms sql server?
How to backup SQL Server Reporting Services ?
What is sql azure database?
Tell me the difference between clustered and non-clustered index?
Difference between uniqe index and uniqe constraint?
What is co-related sub query?
What is database replication?
What is amo? : sql server analysis services, ssas
How to configure and test odbc dsn settings?