From the course: SQL for Non-Programmers

Unlock the full course today

Join today to access over 23,100 courses taught by industry experts.

Set up with SQLite and SQLiteStudio

Set up with SQLite and SQLiteStudio - SQL Tutorial

From the course: SQL for Non-Programmers

Set up with SQLite and SQLiteStudio

The SQL programming language allows you to define, manipulate, control, and query data in your database. In order to use it though, we need a few things to get started: a database management system, a tool that allows us to interact with this system, and data. Before we dive into the code itself, lets get you set up. By following just a few steps, you'll be ready to go. You'll need to make sure that you have the latest version of SQLite and SQLiteStudio downloaded and started on your computer. First, download the SQLite software library from the official SQLite website at sqlite.org. This is the database management system we will be using for our course. To download it for free, go here under Latest Release and click Download. Follow the installation instructions for your operating system. Remember that SQLite is compatible across all of the main operating systems: Windows, Linux, and Mac OS. Next, download SQLiteStudio free from the official SQLiteStudio website at sqlitestudio.pl…

Contents