InterviewSolution
Saved Bookmarks
| 1. |
Which method is used to create a SQL query? |
|
Answer» Session.createSQLQuery creates a new instance of SQLQuery for the given SQL query string. |
|