Skip to content

Instantly share code, notes, and snippets.

@dclarke-modus
Created November 29, 2017 08:31
Show Gist options
  • Save dclarke-modus/c81200c010905843ef2989e41d9cc277 to your computer and use it in GitHub Desktop.
Save dclarke-modus/c81200c010905843ef2989e41d9cc277 to your computer and use it in GitHub Desktop.
table student table department
id, name, age id, name, student_id
1, dean, 10 1, Arts, 1
2, tah , 10
@dclarke-modus
Copy link
Author

What would be outputted for:

select * from students INNER JOIN department on student.id = department.student_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment