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
Equi join and non equi join is possible with sql server?
How many types of stored procedures are there in sql server?
What is difference between clustered and non clustered index?
Mention what are the core components of ssrs?
What are ddl (data definition language) statements for tables in ms sql server?
Explain insert into select statement?
Explain about system stored procedure?
Explain Normalization and DE normalization
What are entities and relationships?
How are the exceptions handled in sql server programming?
What is the use of toad or sqldbx.?
wat wil hapn if we give the both read and deny read permission to user?
What is filtered index?
How to create a local temporary stored procedure?
What are the different types of sql server replication? : sql server replication