DBA > Job Interview Questions > DERBY Java Database FAQs

How to Install Jar Files ?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How to Install Jar Files ?

-- SQL statement
CALL sqlj.install_jar(
'tours.jar', 'APP.Sample1', 0)

-- SQL statement
-- using a quoted identifier for the
-- Derby jar name
CALL sqlj.install_jar(
'tours.jar', 'APP."Sample2"', 0)

(Continued on next question...)

Other Job Interview Questions