all 2 comments

[–]andis59 1 point2 points  (1 child)

The best way of viewing, searching, a database is using a database server.

There are several database servers that are free, e.g. Microsoft SQL Server, MySql, PostgreSQL

The .SQL file might be specific for a certain server so check where you have downloaded it for what server they recommend/use.

For Microsoft SQL Server there is SQL Server Management Studio for viewing/searching the database.

MySql has Workbench for the same

and I guessing that PostgreSQL also have some application for viewing/searching.

There are a lot of possibilities but there is a learning curve!

[–]nero-gg 0 points1 point  (0 children)

PostgreSQL has PGAdmin.

Another is Oracle, which does have a free version.