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:

Verified
Correct Answer:
Verified
Q41: How does a relational database store information?<br>A)Arrays<br>B)Linked
Q42: The outcome of a SQL query is
Q43: To get the number of columns in
Q44: In database terminology, a column (or combination
Q45: An example of a desktop database is:<br>A)Oracle<br>B)MS
Q47: What should be on the class path
Q48: Which of the following table attributes could
Q49: What is wrong with the following statement?<br>boolean
Q50: When you execute a rollback:<br>A)the temporary data
Q51: What will the following command do?<br>java -classpath