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
Is sql between inclusive?
what is uncommittable transactions? : Transact sql
How can we solve sql error: ora-00904: invalid identifier?
What are % type and % rowtype?
scope of exception handling in plsql
Is nosql faster than sql?
What is a table?
What data types does pl/SQL have?
What are the properties of a transaction?
explain commit and rollback in mysql : sql dba
Is it possible to create startup or shutdown trigger for on-schema?
what is Difference between Having and Where clause?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)