Viewing 15 posts - 1 through 15 (of 67 total)
April 9, 2017 at 9:55 am
April 8, 2017 at 10:39 am
April 7, 2017 at 2:13 pm
April 6, 2017 at 12:44 pm
April 4, 2017 at 12:55 pm
April 3, 2017 at 7:52 am
April 3, 2017 at 7:26 am
k i did not explain myself properly.
What I am actually trying to do is this. The query above will give me the subect_id and grade_id for each row in...
April 3, 2017 at 7:18 am
Home .But i am not getting the desired values. These are the values in the tables.
And when i run the query i get this result.
March 30, 2017 at 1:35 pm
k i got it!!! i just didnt know joins worked like this.select Students.student_rollno, marks, Subjects.subject_name ,Gradetype.Grade_id, TheoryPractical .ThPr_name, EndtermProgressive. ETPA_name
from Students_Subjects_junction
join Subjects...
March 30, 2017 at 1:19 pm
select Students.student_rollno, marks, Subjects.subject_name ,Gradetype.Grade_id
from Students_Subjects_junction
join Subjects on Students_Subjects_junction.subject_id = Subjects.subject_id
join Students on Students_Subjects_junction.student_pk =students.student_pk
join Gradetype on Students_Subjects_junction...
March 30, 2017 at 1:12 pm
thanks everyone for your input.
March 29, 2017 at 12:28 pm
can anyone come in here?
March 24, 2017 at 10:13 am
Viewing 15 posts - 1 through 15 (of 67 total)