Chevron Left
Back to Prepared Statements and Stored Procedures

Learner Reviews & Feedback for Prepared Statements and Stored Procedures by LearnQuest

About the Course

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 complex SQL and PLSQL logic. The Course also introduces the idea of querying the database meta data such as table structures and how to cope with different SQL syntax for different Jdbc complaint databases via the JDBC escape syntax....

Top reviews

Filter by:

1 - 3 of 3 Reviews for Prepared Statements and Stored Procedures

By Monika

•

Feb 24, 2023

It's pretty intermediate to advanced stuff here. Uses Java & embedded SQL statements - yes, it does walk you through but you need to know what you are doing beforehand.

By Ignacio L A M

•

Sep 26, 2022

I spent more time setting up the practice environment than actually practicing. I believe is not very well organized nor taught.

By Gal O

•

Jul 7, 2023

You will learn nothing about stored procedures. You will learn little about prepared statements. Mostly, you will learn how to call those functions from Java through JDBC. The labs don't work. The instructions are outdated and did not reflect perfectly the setup. A waste of time, very academic and not practical at all.