what is the difference between join keyword and inner join keyword in oracle sql? [duplicate]
问题 This question already has answers here : Difference between JOIN and INNER JOIN (6 answers) Closed 6 years ago . I can't find documentations on the key word join but I saw examples on the web using it. I was doing some experiment with it in Oracle hr schema, where I have table departments : deparment_name manager_id location_id A table employees : first_name employee_id And table locations : location_id city Query should return the department_name, first_name of the manager of the department,