0 votes
in JAVA by

What is stored procedure in Java?

1 Answer

0 votes
by

Stored procedure is a group of SQL statements that forms a logical unit and performs a particular task. Stored Procedures are used to encapsulate a set of operations or queries to execute on database. Stored procedures can be compiled and executed with different parameters and results and may have any combination of input/output parameters.

Related questions

0 votes
asked May 18, 2020 in JAVA by AdilsonLima
0 votes
asked Jun 15, 2023 in Sql by Robin
...