I am new to the SQL world so forgive my ignorance.
I have downloaded a postgreSQL dump chemfont.sql (the first downloadable on the page linked below), and I am trying to figure out how to query it. https://www.chemfont.ca/simple/download
The IT department at my work tried to suggest I search the file for data using string parsing tools like grep, which is not a satisfactory solution. They are now saying that I need to ask someone for permission (from chemfont) to access their database to make SQL queries on the dump file.
It is my understanding that I just need to create my own database in postgreSQL (or any other DBMS), then I can load the data from the .sql file. Is this correct? E.g., this post https://dba.stackexchange.com/questions/3822/how-do-i-open-a-mysql-database-dump