date: '2005-06-09 11:09:28' layout: post slug: comparison-of-different-sql-implementations status: publish ref: http://troels.arvin.dk/db/rdbms/ title: Comparison of different SQL implementations wordpress_id: '71' categories: Programming
Comparison of different SQL implementations is a useful reference.
I am writing some SQL that I would like to work with Sqlite, Derby, and MS Access. It turns out there is more variablility than I thought. Most annoying is that autoincrment is handled differently by each.