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 / roopa

with double-pipes (SET price=0 || status = 'I')

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a table in a database?

584


Is sql similar to python?

538


What is minus?

551


What is sqlerrm?

554


What is not in sql?

502






What is synonyms?

573


What does pl sql stand for?

661


What is primary and foreign key?

593


what is the difference between group by and order by in sql? : Sql dba

600


How do you create an update query?

528


Can we use two order by clause in query?

550


Why we use joins in sql?

544


how many ways we can we find the current date using mysql? : Sql dba

621


What are joins in sql?

541


How do you take the union of two tables in sql?

517