var databaseLinks = 
[ 
    ['DB Design w/UML and SQL by Jewett', 'http://www.tomjewett.com/dbdesign/dbdesign.php'],
    ['DB Derby Wiki','http://wiki.apache.org/db-derby/FrontPage'],
    ['DB Derby Docs','http://db.apache.org/derby/manuals/index.html#docs_10.4'],
    ['SQL: Visual QuickStart Guide (online)','http://safari.informit.com/0321334175'],
    ['Other Database References', '/~monge/classes/share/databaseReferences.html'],
    ['SQL Tutorial', 'http://www.w3schools.com/sql/sql_intro.asp'],
    ['SQL Introduction (with exercises)','http://sqlzoo.net/'],
    ['SQL Support in DBMS Products', 'http://troels.arvin.dk/db/rdbms/'],
    ['DBMS Comparison', 'http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems'],
    ['Intro to DB Normalization','http://dev.mysql.com/tech-resources/articles/intro-to-normalization.html'],
    ['SQL Injection Problem','http://cwe.mitre.org/data/definitions/89.html'],
    ['Reference Cards','http://refcards.com/refcards/index.html']
];
