About this document
Understanding JDBC and DBMS Concepts by rajagopald is a document available to read on EtoBox.
DBMS is a collection of interrelated data and methods to manipulate that data. The most powerful DBMS are relational database management systems which store records in tables and define relationships among the tables. JDBC provides a way for Java programs to connect to a database and execute SQL statements. It uses drivers, the driver manager, and connections to establish this communication between Java programs and various database systems in a platform-independent way.
- Author
- rajagopald
- Language
- EN