I received a data dump of the SQL database.
The data is formatted in an .sql file and is quite large (3.3 GB). I have no idea where to go from here. I have no access to the actual database and I don't know how to handle this .sql file in Python.
Can anyone help me? I am looking for specific steps to take so I can use this SQL file in Python and analyze the data.
TLDR; Received an .sql file and no clue how to process/analyze the data that's in the file in Python. Need help in necessary steps to make the .sql usable in Python.