Is it possible to update the multiple field values in a
single query? If possible then write the actual query.
Answer Posted / manjiri
update table_name
set col1=new_value, col2= new_value...
where condition/'s
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
what is the last version,the release date of that version and fix pack of ibm db2 udb?
what is grd?
what are the types of connection load-balancing?
What purpose does the model database server? : sql server DBA
How to bind a cobol module to a given job? I am not able to understand this concept.Can anyone help me out as how to carry out this task?
What are the operating modes in which database mirroring runs? : sql server DBA
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
What is dcl? : sql server DBA
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
How do you open a cluster administrator? : sql server DBA
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
What would you do with an "in-doubt" distributed transaction?