SQLite | Data Joins

This section explains how to query data by combining multiple tables. Depending on which tables are joined and what data is queried, three methods are available: inner joins, outer joins, and cross joins.