Chevron Left
返回到 Prepared Statements and Stored Procedures

学生对 LearnQuest 提供的 Prepared Statements and Stored Procedures 的评价和反馈

4.3
10 个评分

课程概述

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....

热门审阅

筛选依据:

1 - Prepared Statements and Stored Procedures 的 3 个评论(共 3 个)

创建者 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.

创建者 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.

创建者 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.