Chapter 17. SQL and JDBC

Terms in This Chapter

  • ANSI SQL

  • autoexec.bat file

  • Class path

  • Database

  • Database-aware dictionary

  • Data Definition Language

  • Data Manipulation Language

  • Dirty flag

  • Foreign key

  • Garbage collector

  • Java Virtual Machine

  • JDBC

  • Main block

  • Primary key

  • RDBMS

  • Referential integrity

  • Setter method

  • Structured Query Language

  • try…except/try…finally block

  • WinZip

One of the advantages of storing data in a database is that other applications can readily access it. Another advantage is that the database takes care of indexing files and such, making data access easier and faster.

Databases are a huge topic, one that we can barely scratch the surface of. That said, let me tell you what this chapter won't cover: data normalization theory or any other database-specific ...

Get Python Programming with the Java™ Class Libraries: A Tutorial for Building Web and Enterprise Applications with Jython 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.