Explore >> Select a destination


You are here

modern-sql.com
| | antonz.org
2.4 parsecs away

Travel
| | Inserting and updating data with a single query.
| | boringsql.com
4.0 parsecs away

Travel
| | MERGE command goes beyond simple upserts. See how it handles complex data synchronization, allowing conditional inserts, updates, and deletes in a single, atomic statement for your advanced data needs.
| | winand.at
3.2 parsecs away

Travel
| | Markus Winand turns outdated SQL-92 knowledge into solid and current SQL know-how, from the basics to performance optimization-SQL training in your office.
| | timilearning.com
16.9 parsecs away

Travel
| Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions.