SQL trouble downloading databases

Hello!
I’ve downloaded SQLite and tried following the tutorial for getting it open and downloading online databases to work with but whenever I try opening the file nothing pops up. Crossed off my name but based off the tutorial I had to type “sqlite3 (database name)”. I’m unsure what to do, I’ve tried this with multiple databases from the Stanford website where the tutorial got its data from. Any advice would be greatly recommended, thanks!

Screen Shot 2022-04-22 at 8.25.03 PM

Did you create a table (locally) and then insert the data into it?

Did you download DB Browser for SQLite? The UI makes it very easy to create tables, schemas and import csv files/data.

Also see here.

yeah i have the same issue plz help me