July 2022
Beginner
748 pages
15h 1m
English
This chapter explains and demonstrates how to manage – that is, insert, read, update, and delete – data in a database using a Java application. It also provides a short introduction to Structured Query Language (SQL) and basic database operations, including how to connect to a database, how to create a database structure, how to write a database expression using SQL, and how to execute these expressions.
The following topics will be covered in this chapter:
By the end of the chapter, you will ...