Stored procedures can be written in a number of programming languages (depending on the RDBMS)
For example Postgres-16 understand SQL, C, Tcl, Perl and Python.
So this is sure to be programming language dependent (you don't import Python coe like SQL or C code !)
It will most probably be DBMS specfic as even PL/SQL (SQL programming language) has specificities in each RDBMS
Stored procedures can be written in a number of programming languages (depending on the RDBMS) For example Postgres-16 understand SQL, C, Tcl, Perl and Python.
So this is sure to be programming language dependent (you don't import Python coe like SQL or C code !)
It will most probably be DBMS specfic as even PL/SQL (SQL programming language) has specificities in each RDBMS