Java Database Connectivity Specialization

The intent of Java Database Connectivity (JDBC) Introduction is to get some hands-on experience with foundational JDBC concepts. On our journey we’ll learn about why and how the API makes working with databases easy for Java Developers. After this course you should not only be able to demonstrate the mechanics of JDBC but furthermore, you should be able to explain the design and intent.

Sort options

Jakarta Persistence (JPA) (Coursera)

Mar 25th 2024
Jakarta Persistence (JPA) (Coursera)
Course Auditing
Categories
Effort
Languages
This course takes the student through a variety of labs exploring the interaction between Java Object Domain Models and Relational Database Tables, this is becoming the standard approach for database access in Java Applications. The course will illustrate how using meta data annotations, you can map domain objects to [...]

Java Database Connectivity (JDBC) Introduction (Coursera)

Mar 25th 2024
Java Database Connectivity (JDBC) Introduction (Coursera)
Course Auditing
Categories
Effort
Languages
The intent of Java Database Connectivity (JDBC) Introduction is to get some hands-on experience with foundational JDBC concepts. On our journey we’ll learn about why and how the API makes working with databases easy for Java Developers. After this course you should not only be able to [...]

Java Data Access - SQL Primer (Coursera)

Mar 25th 2024
Java Data Access - SQL Primer (Coursera)
Course Auditing
Categories
Effort
Languages
This course will introduce the student to the basic concepts of SQL for interaction with Relational Databases. It will illustrate basic SQL statements to create and query tables, leverage table relationships through joins and subqueries, insert and update table rows.

Prepared Statements and Stored Procedures (Coursera)

Mar 25th 2024
Prepared Statements and Stored Procedures (Coursera)
Course Auditing
Categories
Effort
Languages
This is the second course in Java Database Connectivity (JDBC) and builds upon the core principals and techniques in the JDBC 1 course. It utilizes PreparedStatements, highlighting their advantages over JDBC Statements. It will also introduce utilizing Stored Procedures on the database server itself to encapsulate [...]