·
Input
Assume there is an empty APP.BOOK table with the following definition:
ID: INTEGER
TITLE: VARCHAR(40)
EDITION: INTEGER
Snippet
Question
What will be the table state after the code runs?
Answer
1 JDBC for Beginners 1
2 JDBC for Beginners 2