SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine
You can run sqlite cli
sqlite
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite>
Here you can run an example creating a COMPANY
table with different employees.