PostgreSQL Installation on WindowsHow do you install the PostgreSQL database on Windows? Download installer from (https://www.enterprisedb.com/downloads/postgres-postgresql-downloads) for Windows. Open the installer […] December 6, 2024 in Database tagged database / install / installation / PostgreSQL by Mike
SQLite DB BrowserWhat is DB Browser? DB Browser for SQLite (DB4S) is a high quality, visual, open source tool designed […] November 15, 2024 in Database tagged sql / browser / SQLite by Mike
SQL Script into SQLiteDo you have a SQL script that you want to run against a SQLite database file? Perhaps you […] November 11, 2024 in Database tagged data / import by Mike
Import CSV to SQLiteWith DB Browser we can import a comma separated values (CSV) file into a SQLite database file. Using […] November 10, 2024 in Database tagged csv / read / sqlite / database / file / import by Mike
SQL Server to CSVIt’s not hard to export data from a SQL Server table in SSMS to a CSV (comma separated […] November 9, 2024 in Database tagged export / sql / csv by Mike
Generate a SQL ScriptDo you need to generate a SQL script (a text file of SQL commands in an sql file) […] November 9, 2024 in SQL Server tagged script / generate / export / file / sql by Mike
Import and Export TablesDo you find yourself converting data tables between different formats such as Excel or comma separated values? Are […] November 9, 2024 in Database tagged export / import / convert / tables by Mike
SQLCipherWhat is SQLCipher? SQLCipher has been adopted as a secure database solution in thousands of commercial and open […] November 9, 2024 in Database tagged sqlite by Mike
From SQLite to CSVIf you have a SQLite database and you have installed DB Browser, you can view and export your […] November 9, 2024 in Database tagged export / import / csv / sqlite / SQLite by Mike
DBeaver DatabaseDBeaver is a SQL client software application and a database administration tool for relational databases. DBeaver Community is […] May 15, 2024 in Database tagged data / database / dataset by Mike
SQL Joins with SuperstoreIn this post I’ll look at some SQL joins using Tableau’s Superstore database as inspiration. This is not […] October 1, 2023 in SQL tagged detail / sql / inner / outer / left / right. orders by Mike
PostgreSQL IntroductionPostgreSQL is a very popular open-source database platform. The homepage says: “PostgreSQL is a powerful, open source object-relational […] July 23, 2023 in Database tagged data / database / PostgreSQL by Mike