#MySQL #SQL #database
00:00:00 UPDATE
00:01:14 UPDATE multiple fields
00:01:55 UPDATE a field as NULL
00:02:16 UPDATE an entire row
00:02:45 DELETE a row
UPDATE employees
SET hourly_pay = 10.25
WHERE employee_id = 6;
SELECT * FROM employees;
DELETE FROM employees
WHERE employee_id = 6;
SELECT * FROM employees;
00:00:00 UPDATE
00:01:14 UPDATE multiple fields
00:01:55 UPDATE a field as NULL
00:02:16 UPDATE an entire row
00:02:45 DELETE a row
UPDATE employees
SET hourly_pay = 10.25
WHERE employee_id = 6;
SELECT * FROM employees;
DELETE FROM employees
WHERE employee_id = 6;
SELECT * FROM employees;
Be the first to comment
Up Next
Autoplay
-
Episode-033 - Using Column and Table Aliases in MySQL
by mysql 75 Views -
How to Delete A Database In MySQL/MariaDB
by LiquidWeb 76 Views -
MySQL: How to SELECT data from a TABLE
by brocode 73 Views -
Episode-028 - Using Common Table Expressions in MySQL
by mysql 78 Views -
SQL DELETE - Part 3 - DROP TABLE #sql #programming #w3schools
by w3schools 73 Views -
MySQL: How to create a TABLE
by brocode 82 Views -
cPanel: How to Delete a MySQL Database
by hostpapa 79 Views -
MySQL: ON DELETE
by brocode 63 Views -
How to delete database table via phpMyAdmin in cPanel with MonsterHost
by monsterhost 67 Views -
MySQL: How to INSERT rows into a TABLE
by brocode 70 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 278 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 250 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 249 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 206 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 271 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 197 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 255 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 221 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 208 Views -
How to Build a WordPress Website With AI
by hostinger 264 Views
Add to playlist
Sorry, only registred users can create playlists.


