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')

Answers were Sorted based on User's Feedback



How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? ..

Answer / tulsi

1)With commas (SET price = 0, status = 'I')

Is This Answer Correct ?    10 Yes 1 No

How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? ..

Answer / roopa

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

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More SQL PLSQL Interview Questions

define a variable representing the expression used to calculate on emps total annual remuneration.use the variable in a statement which finds all emps who can earn 30000 a year or more.

5 Answers  


Write a query to find five highest salaries from EMP table. (there is a column SALARY)

24 Answers   Cap Gemini, iNautix,


What are the types of join in sql?

0 Answers  


What are all ddl commands?

0 Answers  


what is SCALAR Queries?

2 Answers   ITC Infotech,






Is crud a cuss word?

0 Answers  


how many tables will create when we create table, what are they? : Sql dba

0 Answers  


What operators deal with null?

0 Answers  


what is rollback? : Sql dba

0 Answers  


How can use stored procedures in sql?

0 Answers  


What is the purpose of a sql?

0 Answers  


explain commit and rollback in mysql : sql dba

0 Answers  


Categories