Solved

What Will the Following Command Do

Question 46

Multiple Choice

What will the following command do?
java -classpath derby.sql;.ExecSQL database.properties Product.sql


A) It will execute the statements in the database.properties file.
B) It will execute the statements in the derby.sql file.
C) It will execute the statements in the Product.sql file.
D) It will act as an interactive testing tool only.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions