MySQL Queries with Workbench & Sakila Database

Learn how to perform SQL queries using MySQL Workbench and the Sakila sample database. πŸ—ƒοΈ

MySQL Queries with Workbench & Sakila Database
Matt Macarty
123.7K views β€’ Dec 7, 2020
MySQL Queries with Workbench & Sakila Database

About this video

#mysql #workbench #query
https://alphabench.com/data/mysql-basic-queries.html
SQL or Structured Query Language is an expressive language used to interact with relational databases.

Please SUBSCRIBE:
https://www.youtube.com/subscription_center?add_user=mjmacarty

The tutorial covers basic querying techniques using MySQL, the world's second most common relational database management system. Examples use MySQl Workbench and the sakila sample database available to install with MySQL. If you don't have sakila it may be easiest to visit https://github.com/mjmacarty/mysql
Download:
sakila-schema.sql
sakila-data.sql

To install in Workbench go to the File menu and select Run SQL Script. First run the schema, and then the data file.

Basic querying of a single table covering :
SELECT
FROM
WHERE AND, OR, IN, LIKE
ORDER BY
LIMIT

Tags and Topics

Browse our collection to discover more content in these categories.

Video Information

Views

123.7K

Likes

998

Duration

10:09

Published

Dec 7, 2020

User Reviews

4.3
(24)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.