I was given an sdf file to work with. The file contains molecules with their properties and my task would be to find the total number of them. So far I have only ever worked with sql files which I query through pgadmin. I must say that my googling around was not very fruitful, as I tried online converters that wouldn't work, or blogposts that were a bit too old to still work.
So my question is mainly, how does someone work with an sdf file? Can it be converted to a sql dump file so that I can query it? Is there another way to do so?
Thank you in advance!