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 scope and visibility in PL/SQL?

769


What is case function?

778


What is the best free sql database?

769


What is pivot query?

828


What does sign mean sql?

759






What is the difference between having and a where in sql?

799


what is datawarehouse? : Sql dba

750


What is dml statement?

699


Mention what is the use of function "module procedure" in pl/sql?

784


what is transaction? : Sql dba

719


What is pl sql and why it is used for?

799


Is it possible to update views?

711


What is difference between joins and union?

746


What is sorting in sql?

673


what is a composite key ? : Sql dba

798