Section 24.1 Introduction

• A database (p. 1046) is an integrated collection of data. A database management system (DBMS; p. 1046) provides mechanisms for storing, organizing, retrieving and modifying data.

• Today’s most popular database management systems are relational database (p. 1046) systems.

• SQL (p. 1046) is the international standard language used to query (p. 1046) and manipulate relational data.

• Programs connect to, and interact with, relational databases via an interface—software that facilitates communications between a database management system and a program.

• A JDBC driver (p. 1046) enables Java applications to connect to a database in a particular DBMS and allows you to retrieve and manipulate database data.

Get Java™ How To Program (Early Objects), Tenth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.