This document compares SQL and NoSQL databases. It outlines key differences between the two types of databases such as their data structures (tables vs documents/key-value pairs), schemas (strict vs dynamic), scalability (vertical vs horizontal), and query languages (SQL vs unstructured). Examples of popular SQL databases discussed are MySQL, MS-SQL Server, and Oracle. Examples of NoSQL databases discussed are MongoDB, CouchDB, and Redis. The document provides an overview of each example database's features and benefits.