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
Explain ddl statements in pl/sql?
What are the two virtual tables available at the time of database trigger execution?
discuss about myisam key cache. : Sql dba
what is single byte over head in oracle..?
What is an example of translating a date into julian format?
What is an exception in pl/sql?
What is a primary key example?
What is sql key?
What is %type in pl sql?
How do I install microsoft sql?
What is a null value?
Is it possible to pass parameters to triggers?
How to execute a stored procedure?
Which is faster union or join?
What is rename in sql?