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 ?    11 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

Is the primary key an index?

0 Answers  


How do I run pl sql in sql developer?

0 Answers  


When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?

0 Answers  


How to convert ms-excel file to oracle table?

2 Answers  


How do I count duplicates in sql?

0 Answers  






What is not equal in sql?

0 Answers  


What are all different types of collation sensitivity?

0 Answers  


How do I view tables in sql developer?

0 Answers  


What is set serveroutput on in pl sql?

0 Answers  


What is the purpose of a sql?

0 Answers  


What is the difference between SQL table and the PLSQL table?

3 Answers   Mastek,


What are the two types of exceptions.

0 Answers  


Categories