Hello Sir /Mam,


Im starting learner in java.I used db queries like insert ,delete,update only.I want to learn how to use store procedure ,triggers,function with java.can u give some guidence refer some good website to learn db with java and books,tutorials.


Plz help me to learn those things.Hopefully i expect positive replies from u.

Thanks in Advance

SQL functions are part of SQL statements. Find an SQL tutorial.

Stored Procedures are written in SQl, find an SQL tutorial (prefereably for the DB involved). They are then called using CallableStatement.

Triggers are a table "property", find an SQL Tutorial.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.