Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Last active January 11, 2021 17:15
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 dgadiraju/50e128957e8189b1b8cfc7f97e7ed502 to your computer and use it in GitHub Desktop.
Save dgadiraju/50e128957e8189b1b8cfc7f97e7ed502 to your computer and use it in GitHub Desktop.

Instructions

Here are the instructions to execute the series of code snippets to solve the problem.

  • Initialization Process
  • Run SQL Query
  • Execute Python Script
useradd itversity
chmod -aG students itversity
SELECT * FROM table1;
print('Hello World')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment