#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
-
How to Delete A Database In MySQL/MariaDB
by LiquidWeb 115 Views -
MySQL: How to create a TABLE
by brocode 128 Views -
MySQL: ON DELETE
by brocode 110 Views -
cPanel: How to Delete a MySQL Database
by hostpapa 124 Views -
Episode-033 - Using Column and Table Aliases in MySQL
by mysql 122 Views -
SQL DELETE - Part 3 - DROP TABLE #sql #programming #w3schools
by w3schools 116 Views -
Episode-028 - Using Common Table Expressions in MySQL
by mysql 126 Views -
How to delete database table via phpMyAdmin in cPanel with MonsterHost
by monsterhost 111 Views -
MySQL: How to SELECT data from a TABLE
by brocode 117 Views -
MySQL: How to INSERT rows into a TABLE
by brocode 103 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 567 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 404 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 440 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 521 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 569 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 495 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 566 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 529 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 510 Views -
How to Build a WordPress Website With AI
by hostinger 568 Views
Add to playlist
Sorry, only registred users can create playlists.



