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 ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is the update_statistics command used?

570


Which command is used to delete a package?

577


What is difference between cursor and trigger?

551


What is synonyms?

570


Explain what is dbms?

576






Write a sql query to get the third highest salary of an employee from employee_table?

630


Explain the components of sql?

587


What is a mutating table and a constraining table?

567


What is the basic form of sql query?

491


Why do we need cursor in pl sql?

643


Define sql delete statement.

560


How can triggers be used for the table auditing?

592


What are the types of operators available in sql?

552


Show the cursor attributes of pl/sql.

608


how to use in conditions? : Sql dba

508