Getting Started with SQL using SQLite



Getting Started with SQL using SQLite

Getting Started with SQL using SQLite

Structured Query Language (SQL) is one of the essential languages of software development and a very valuable skill for people outside software development as well.

SQLite is a free database program that you can install on your system with a sample database and a free graphical interface in just a few minutes. No complicated installation, no clutter on your system, just a few downloads and you’re ready to go.

This video will show you how to setup SQLite on your system and get started learning SQL. There are tons of sites and other resources out there just waiting for you.

I am not affiliated with any of the sites included in this video. I simply thought they were excellent resources and wanted to include them here.

Links:

2020 StackOverflow Developer Survey
https://insights.stackoverflow.com/survey/2020

SQLite Official Site
https://www.sqlite.org

DB Browser for SQLite
https:///sqlitebrowser.org

SQLite Tutorial
https://www.sqlitetutorial.net

W3Schools SQL
https://www.w3schools.com/sql/

Comments are closed.