Which of the following methods will be used to execute the above SQL query in Java database programming?
String s = Select firstname, lastname from Employee;
Reveal answer
Fill a bubble to check yourself
Which of the following methods will be used to execute the above SQL query in Java database programming?
String s = Select firstname, lastname from Employee;