This course will teach you the basics of accessing databases from Java. You will learn the key interfaces for how to connect, perform queries, and process results.
This course will teach you the basics of accessing databases from Java. You will learn the key interfaces for how to connect, perform queries, and process results.
JDBC stands for Java Database Connectivity. In this course, Database Applications with JDBC in Java SE Applications (Java SE 11 Developer Certification 1Z0-819), you’ll learn to access databases using JDBC. First, you’ll explore creating a connection to a database using the DriverManager. Next, you’ll discover How to query and update databases with PreparedStatements Finally, you’ll learn how to execute stored procedures using CallableStatements. When you’re finished with this course, you’ll have the skills and knowledge of JDBC needed to be able to connect to a database and perform queries and updates against that database.
In this course, you will learn about the structure of a JDBC URL, how to connect to a database, create and use a PreparedStatement, use CallableStatements, and how to iterate over result sets.
Before taking this course, you should be familiar with the Java Syntax and Intellij Idea.
This course is for anyone who wants to learn how to access databases using JDBC within Java SE Applications.
A PreparedStatement is a feature that is used to compile SQL code and seperate it from data.
A CallableStatement interface allows the use of SQL statements to call stored procedures.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.