"select * from course where numofcredits > 3;"

by Anderson Von 6 min read

What is the function that returns the first name field in the result set?

C. resultSet.getString (1) returns the firstName field in the result set.

What happens if the driver for MySQL and Oracle is not in the classpath?

A. If the driver for MySQL and Oracle are not in the classpath, the program will have a syntax error.

Can you load multiple JDBC drivers in a program?

A. You may load multiple JDBC drivers in a program.