Skip to content

Instantly share code, notes, and snippets.

@SushmaBaliza
Created October 7, 2018 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SushmaBaliza/937873d1cc1efc37fc03f2c7254cfcb8 to your computer and use it in GitHub Desktop.
Save SushmaBaliza/937873d1cc1efc37fc03f2c7254cfcb8 to your computer and use it in GitHub Desktop.
SELECT a.Emp_id, a.Emp_name, b.Department_name
FROM Employees a
CROSS JOIN Departments b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment