About Question enthuware.oce-jpad.v6.2.487 :
Posted: Wed Dec 21, 2016 7:27 pm
Code: Select all
select c.instructor.name
from Student s, Course c
where s.studentid = ?1Java Certification Resources and Java Discussion Forum
http://www.enthuware.com/forum/
Code: Select all
select c.instructor.name
from Student s, Course c
where s.studentid = ?1