This document provides an overview of a lecture on modern database systems. It discusses the following key points:
1) The lecture will review relational models, SQL, storage and indexing. Assignments will be posted online and are due on February 12th.
2) The relational model represents data in tables and supports intuitive querying with SQL. Common queries like selections, projections, joins and aggregations are demonstrated.
3) Database files can be organized using heap files, sorted files and indexes like B+ trees and hash indexes. These different structures allow for efficient retrieval of data based on queries.
Related topics: