Error: I'm afraid this is the first I've heard of a "trackback" flavoured Blosxom. Try dropping the "/+trackback" bit from the end of the URL.
Mon, 30 Jan 2006
MySQL in-depth: Architecture Type Questions
- What is the lost update problem and how does MySQL solve it?
- What is a deadlock? Does it happen with a SQL approach to
the lost update problem?
- How can you solve it without logical units of work?
- Discuss relation normalization and denormalization
- What is a primary key and for InnoDB tables discuss how the physical ordering of data relates to the primary key
#