Skip to content

Instantly share code, notes, and snippets.

@SushmaBaliza
Created October 7, 2018 16:49
Show Gist options
  • Save SushmaBaliza/2040cfe8062aee2fa201a8b069928cec to your computer and use it in GitHub Desktop.
Save SushmaBaliza/2040cfe8062aee2fa201a8b069928cec to your computer and use it in GitHub Desktop.
SELECT a.Emp_id, a.emp_name,b.Dept_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