SQL tutorial for beginners – SELECT, INSERT, DELETE



SQL tutorial for beginners – SELECT, INSERT, DELETE

SQL tutorial for beginners - SELECT, INSERT, DELETE

Learn how to query, insert, delete and filter a table with data using SQL. This is the ultimate SQL crash course to get your feet wet with SQL statements. The examples presented are real world examples which use the SELECT, INSERT, DELETE, WHERE clauses to retrieve, insert and delete records. If this video helps you, please click the like button and subscribe for more tutorials and examples!

0:00 – Welcome and website resource
1:00 – phpMyAdmin XAMPP intro
1:27 – Database and table explanation
1:45 – Retrieving data using SELECT keyword
2:50 – Asterisk wildcard explanation
3:34 – Filtering using WHERE keyword
16:30 – Inserting data using INSERT keyword
26:04 – Deleting data using DELETE keyword

https://rthdonline.com

#SQL #coding #tutorial #mysql #postgresql #query #mariadb #phpmyadmin
SQL Tutorial for Beginners
How to insert records using SQL
How to delete records using SQL
How to query records using SQL
How to execute SQL
How to run SQL
How to use SELECT SQL statement
How to use INSERT SQL statement
How to use DELETE SQL statement
How to retrieve specific columns in a table using SQL