Skip to content

lienebalina/SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 SQL Training | CODELEX

This repository consists of exercises to train your skills on SQL. SQLite was chosen because it is platform agnostic, and stores data in a single file which can be accessed easily.

Prerequisites

  • basic coding knowledge is preferred, especially string manipulations in JavaScipt / TypeScript;
  • node v13.7.0 & npm v6.13.6 installed on your machine
  • understanding the basic concepts of SQL, tutorials @sqlzoo.net should be enough

Getting Ready

SQLite Browser is a visual tool to help you work with a database.

You can download it here.

Opening database file is as easy as finding it on your file system, file extension is .sqlite3

Opening Database File

DbVisualizer is tool, very similar to SQLite browser, but supports many diferrent databases. We are interested in database visualisation, to better understand tables and relationships between them.

Start by opening your database file.

You will be prompted for:

  • connection name - choose whatever name you want
  • database driver - choose SQLite
  • database file - select your database file from file system

Opening Database File

We are interested in database visualisation, to do that open TABLES in a new tab.

Open Tables in New Tab

And click on References.

Table References

SQLite

Resources

Exercises

To start working on exercise, open it as a folder in Visual Studio Code and run npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published