Prepared Statement

Sort options

Prepared Statements and Stored Procedures (Coursera)

Apr 22nd 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 [...]