#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 INSERT rows into a TABLE
by brocode 131 Views -
Episode-033 - Using Column and Table Aliases in MySQL
by mysql 143 Views -
Episode-028 - Using Common Table Expressions in MySQL
by mysql 161 Views -
How to delete database table via phpMyAdmin in cPanel with MonsterHost
by monsterhost 138 Views -
MySQL: How to SELECT data from a TABLE
by brocode 184 Views -
cPanel: How to Delete a MySQL Database
by hostpapa 149 Views -
MySQL: ON DELETE
by brocode 135 Views -
MySQL: How to create a TABLE
by brocode 163 Views -
How to Delete A Database In MySQL/MariaDB
by LiquidWeb 142 Views -
SQL DELETE - Part 3 - DROP TABLE #sql #programming #w3schools
by w3schools 146 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 713 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 478 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 516 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 663 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 699 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 639 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 712 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 634 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 642 Views -
How to Build a WordPress Website With AI
by hostinger 672 Views
Add to playlist
Sorry, only registred users can create playlists.


