If you’re asking how to open DuckDB on Windows, it depends on what you downloaded.
If you have duckdb.exe, simply double-click it. A command window will open with a D> prompt where you can type SQL.
If nothing happens, open Command Prompt, navigate to the folder containing duckdb.exe, and type:
duckdb
then press Enter.