Given the structure of the Student table:
Student (id INTEGER, name VARCHAR)
Given the records from the STUDENT table:
Given the code fragment:
Assume that:
✑ The required database driver is configured in the classpath.
✑ The appropriate database is accessible with the dbURL, userName, and passWord exists.
What is the result?