#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
-
MySQL: How to create a TABLE
by brocode 184 Views -
SQL DELETE - Part 3 - DROP TABLE #sql #programming #w3schools
by w3schools 164 Views -
How to delete database table via phpMyAdmin in cPanel with MonsterHost
by monsterhost 153 Views -
Episode-033 - Using Column and Table Aliases in MySQL
by mysql 156 Views -
Episode-028 - Using Common Table Expressions in MySQL
by mysql 179 Views -
MySQL: ON DELETE
by brocode 145 Views -
How to Delete A Database In MySQL/MariaDB
by LiquidWeb 154 Views -
cPanel: How to Delete a MySQL Database
by hostpapa 160 Views -
MySQL: How to INSERT rows into a TABLE
by brocode 141 Views -
MySQL: How to SELECT data from a TABLE
by brocode 203 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 744 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 527 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 549 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 694 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 740 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 681 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 739 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 656 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 669 Views -
How to Build a WordPress Website With AI
by hostinger 693 Views
Add to playlist
Sorry, only registred users can create playlists.



