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

Does group by remove duplicates?

553


What is the command used to fetch first 5 characters of the string?

889


What action do you have to perform before retrieving data from the next result set of a stored procedure ?

2099


Write a query to display the current date in sql?

522


How can the performance of a trigger be improved?

592






How do you optimize a stored procedure in sql?

506


What is a system versioned table?

538


What is thread join () in threading?

543


How does a trigger work?

541


How can we find duplicate records in a table?

514


What is the command used to fetch the first 5 characters of a string?

712


How run sql*plus commands that are stored in a local file?

526


What are the advantages of stored procedure?

544


What is the maximum number of triggers, you can apply on a single table?

547


What is clustered index in sql?

592