SQLite vs MySQL vs PostgreSQL: A Comparison Of Relational Database Management Systems
SQLite vs MySQL vs PostgreSQL: A Comparison Of Relational Database Management Systems This article compares and contrasts three of the most widely implemented open-source RDBMSs: SQLite, MySQL, and PostgreSQL. Specifically, it will explore the data types that each RDBMS uses, their advantages and disadvantages, and situations where they are best optimized.
Read Full Post | Make a Comment ( Comments Off on SQLite vs MySQL vs PostgreSQL: A Comparison Of Relational Database Management Systems )Sample Database: Chinook
Chinook Database Chinook is a sample database available for SQL Server, Oracle, MySQL, etc. It can be created by running a single SQL script. Chinook database is an alternative to the Northwind database, being ideal for demos and testing ORM tools targeting single and multiple database servers. (Data is music oriented – artist, album, track […]
Read Full Post | Make a Comment ( Comments Off on Sample Database: Chinook )Comparison of different SQL implementations
Comparison of different SQL implementations The goal of this page — which is a work in progress — is to gather information relevant for people who are porting SQL from one product to another and/or are interested in possibilities and limits of ‘cross-product’ SQL.
Read Full Post | Make a Comment ( Comments Off on Comparison of different SQL implementations )Database design with UML and SQL
www.tomjewett.com/dbdesign/
Read Full Post | Make a Comment ( None so far )Relational Algebra in Javascript
http://pdehaan.com/RAJS/
Read Full Post | Make a Comment ( None so far )