GitHub Gist source [here](https://gist.github.com/SofijaErkin/a5b866c4a1bf5abb69ba0d99599ebe28#ssh-manually). is that just search "`terminal log in github`" by Google ...
#1. Display all records from the employee table. SELECT * FROM employees; #2. Show employees names and salaries only. SELECT emp_name, salary FROM employees; #3. List all departments from the ...