Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • Reply To: SQL query

    If i update the pre_requisite table  to add all recursive dependencies, then my query working.

     

    INSERT INTO prerequisites
    (course,prerequisite_course)
    VALUES

    ('MTH', 'HS'),
    ...
  • Reply To: SQL query

    updated original post

    • This reply was modified 5 years, 6 months ago by konark.
    • This reply was modified 5 years, 6 months ago by konark.
  • Reply To: SQL query

    updated original post

    • This reply was modified 5 years, 6 months ago by konark.
    • This reply was modified 5 years, 6 months ago by konark.
    • This reply was modified 5 years, 6 months ago by konark.
    • This reply was modified 5 years, 6 months ago by konark.
    • This reply was modified 5 years, 6 months ago by konark.

Viewing 3 posts - 1 through 4 (of 4 total)