Here is the name of the STUDENT table with the studentName and studentID columns
I want to run a query like
select studentName from STUDENTS, where studentId = '1'; in hibernation and want to save this result in some String variable
if someone can help
thank
junaid
source
share