Skip to content

SQL to setup and configure a database containing information about the show Peaky Blinder. SQL snippets to query, alter, and update that database.

Notifications You must be signed in to change notification settings

TPoluch/Peaky-Blinders-SQL-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Peaky_Blinders_database

This repository contains 2 files:

  1. SQL file used to create and configure the database
  2. SQL snippets file to query and alter the db

SQL topics utilized:

Query Types

  • SELECT / SELECT LIMIT / SELECT DISTINCT
  • INSERT
  • UPDATE
  • Subqueries
  • DELETE / DROP

Tables and views

  • CREATE / ALTER TABLE
  • MODIFY / ADD COLUMN
  • DROP TABLE / COLUMN

Clauses

  • WHERE
  • ORDER BY
  • GROUP BY

JOINS

  • INNER / OUTTER JOIN

CONDITIONS

  • AND / OR
  • LIKE

About

SQL to setup and configure a database containing information about the show Peaky Blinder. SQL snippets to query, alter, and update that database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published