Hi All

I define two tables having one to many relationship:

Student:
    student id
    student data (name, address, ...)
    courses  (use course ids as column qualifiers here)

Course:
   course id
   course data (name, syllabus, ...)

My problem is, using Java client/program how to fetch courses ID from
student table 
coz they are stored like ( courses:2001 ) and course id is (2001), I am
confused :(
and whether I need to perform another query to fetch details of courses
table.(to simulate join in rdbms)

-- 
View this message in context: 
http://www.nabble.com/fetch-data-in-1-n-relationship-tp23957512p23957512.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to