What is a good example of a transaction in sybase?
Answer / Ravish Kumar
A simple example of a transaction in Sybase might involve updating multiple tables atomically:nBEGIN TRANSACTION;nUPDATE table1 SET col1 = new_value1 WHERE condition1;nUPDATE table2 SET col2 = new_value2 WHERE condition2;nCOMMIT WORK;
| Is This Answer Correct ? | 0 Yes | 0 No |
Is sybase free?
What is replication server? What is its role in sybase?
Are you doing the updates from within a cursor?
Explain coalesce.
How do I connect to sybase?
What is cis and how can I use it?
Explain the advantages of data integration suite in sybase.
How do I turn off marked suspect on my database in sybase?
What will happen if we create more indexes on a sysbase iq table?
How do you check database space?
Alternative to row at a time processing in sybase?
What is the use 'return' keyword in Stored Procedure?
Oracle (3253)
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)