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


Please Help Members By Posting Answers For Below Questions

what is innodb? : Sql dba

762


How can you know that statistics should be updated?

799


What are the advantages of indexing?

729


What are the advantages of pl sql over sql?

733


What is difference between rank () row_number () and dense_rank () in sql?

803






Are sql connections encrypted?

747


Which command is used to call a stored procedure?

713


what are the advantages of sql ? : Sql dba

737


Define commit, rollback and savepoint?

765


What type of join is sql join?

719


discuss about myisam key cache. : Sql dba

763


Describe types of sql statements?

722


What is the requirement of self-join?

740


Can a varchar be a primary key?

697


What is scalar function?

773