Introduction to Queries with MySQL Workbench & Sakila Sample Database

Matt Macarty
Matt Macarty
86.6 هزار بار بازدید - 4 سال پیش - #mysql  
#mysql    #workbench    #query
https://alphabench.com/data/mysql-bas...
SQL or Structured Query Language is an expressive language used to interact with relational databases.

Please SUBSCRIBE:
https://www.youtube.com/subscription_...

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
4 سال پیش در تاریخ 1399/09/17 منتشر شده است.
86,607 بـار بازدید شده
... بیشتر