filmov
tv
MySQL 8 Using JOINS and VIEWS to Simplify and Secure Data Access.

Показать описание
Using Views in MySQL 8 both simplifies access to data, especially where JOINS are used but also helps secure access to data as we do not need to expose the table to users only the view. We can have several MySQL views pointing to the same table with only the correct users having access to the views the require.
See how to create SELECT statements using JOINS and store the statement within a Database View. Using this View or others views we do not need access to the underlying table and future security and select statement are more simple
00:00 Introduction
01:19 Command line
02:07 Understand USE and Database context
03:09 SELECT DATABASE()
03:37 DESCRIBE tablename
04:24 SELECT CONCAT() to concatenate fields together
06:24 Implement JOIN to display Manager Name
10:27 CREATE VIEW
-~-~~-~~~-~~-~-
Please watch: "RHCSA 9 Working With Podman Containers"
-~-~~-~~~-~~-~-
See how to create SELECT statements using JOINS and store the statement within a Database View. Using this View or others views we do not need access to the underlying table and future security and select statement are more simple
00:00 Introduction
01:19 Command line
02:07 Understand USE and Database context
03:09 SELECT DATABASE()
03:37 DESCRIBE tablename
04:24 SELECT CONCAT() to concatenate fields together
06:24 Implement JOIN to display Manager Name
10:27 CREATE VIEW
-~-~~-~~~-~~-~-
Please watch: "RHCSA 9 Working With Podman Containers"
-~-~~-~~~-~~-~-
MySQL 8 Using JOINS and VIEWS to Simplify and Secure Data Access.
mysql tutorial for beginners (7/8) : Foreign Keys (FK) & Joins
MySQL 8 - Demo - Subquery and LATERAL join
Tutorial 8- Discussing All Types Of Joins -MySQL Complete Playlist
SQL JOINS Tutorial for beginners | Practice SQL Queries using JOINS - Part 1
MySQL - The Basics // Learn SQL in 23 Easy Steps
What are Joins in MySQL - Inner, Left, Right, Full
Hash Join in MySQL 8
Power BI Demo Part2 - November 2nd 2024 | Bhaskar Jogi | Go Online Trainings | 90000 75637
Get Together MySQL 8 0 New Features
MySQL Tutorial #10: JOINS - Cross, Inner, Left, Right and Self Join with Solved Examples
12 MySQL Tutorial for Beginners: Inner Joins
13 MySQL Tutorial for Beginners: Table Aliases, Self Joins
Lec-38: Introduction to Joins and its types | Need of Joins with example | DBMS
Your database will break in 2038 (or much sooner) #database #coding #mysql
MySQL Full Course for free 🐬
34. Inner Join SQL MySQL Malayalam Tutorial
MySQL UNIONS are easy
14. MySQL 8 -JOIN, INNER JOIN, LEFT и RIGHT JOIN объединение таблиц
What does INT(11) actually do in MySQL?
SQL Tutorial for Beginners [Full Course]
MySQL INNER JOIN Command (Explained with Example) | MySQL Tutorial
Yakın Kampüs - MySQL - Ders 8: RIGHT/LEFT/FULL/INNER JOIN, UNION, AS, COALESCE
MySQL: INDEXES are awesome
Комментарии