How are multiple column = value pairs delimited in the SET
clause of an UPDATE statement?
1. With commas (SET price = 0, status = 'I')
2. With parentheses (SET (price = 0) (status = 'I'))
3. With double-pipes (SET price = 0 || status = 'I')
4. With square-brackets (SET [price = 0] [status = 'I']
5. With single or multiple spaces (SET price = 0 status
= 'I')
Answer Posted / tulsi
1)With commas (SET price = 0, status = 'I')
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is oracle pl sql developer?
What is identity column in sql server?
Why do we use view in sql?
What is mutating error in pl sql?
What port does sql server use?
when is the use of update_statistics command? : Sql dba
What is the best sql course?
What is sql rowcount?
what is the difference between join and union? : Sql dba
What is the use of procedures?
Can we enter data in a table in design view?
What are the different types of functions in sql?
What is a primary key called that is made up of more than one field?
What is sql comments?
How can I change database name in sql?