Git Product home page Git Product logo

programming-foundations-databases's Introduction

Programming Foundations: Databases

While the Programming Foundations: Databases course on LinkedIn Learning is intended as an overview of the ideas behind relational databases, and not a hands-on exploration of using a database, we’ve heard from many of our learners that they would like access to the database used in the course for practice.

This repository includes files you can use to practice. The files are:

  • tables of data used to populate the Restaurant database (contents of the csvs folder)
  • two versions of the Restaurant database for various software tools (restaurant.sql and restaurant_sqlite.db)
  • a listing of the commands that I used to work with the database (queries.md)

You do not need to use these files to follow along with the course.

Chapter 5 in the Programming Foundations: Databases course is intended as a preview of what you can do with a relational database after learning SQL.

For an introduction to the SQL language, see the course Learning SQL Programming on LinkedIn Learning.

Software Used

In the course, I demonstrated interacting with the database using HeidiSQL, connected to a MariaDB server. Because this can take some effort to set up, you may consider using DB Browser for SQLite on a local system instead. I’ve provided the database here in two formats:

  • restaurant.sql can be imported into tools like MySQL, SQL Server, and other compatible database management systems.
  • restaurant_sqlite.db can be opened in DB Browser for SQLite.

For practice purposes, both options work in a similar way.

An example showing HeidiSQL

An example showing DB Browser for SQLite

programming-foundations-databases's People

Contributors

linkedin-learning-a1 avatar siodice avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.