How would you Update the rows which are divisible by 10,
given a set of numbers in column?
Answers were Sorted based on User's Feedback
Answer / pandian s
UPDATE TableName SET Column1 = <Value>
WHERE ColumnName % 10 = 0
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / bala
update <table> set <col> = <value> where round(<col>/10,0)
= (<col>/10)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / picture12345
select * from TableName where ColumnName%10=0
| Is This Answer Correct ? | 7 Yes | 10 No |
What are the types of processing and explain each? : sql server analysis services, ssas
What is difference between commit and rollback when used in transactions?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
What is a partition function in sql server?
What is a view?
How to start and end transact-sql statements?
What are policy management terms?
Give an example of why you would want to denormalize a database
Define synonym?
In which situation you use Self joins?
1 Answers CarrizalSoft Technologies, HP, TCS,
What stored by the tempdb ? : sql server database administration
What is 'Join' and explain its various types.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)