10:30
MySQL tutorial for beginners (intro + installation) 🐬
Bro Code
4:01
MySQL: How to create a DATABASE
8:10
MySQL: How to create a TABLE
5:54
MySQL: How to INSERT rows into a TABLE
5:01
MySQL: How to SELECT data from a TABLE
3:32
MySQL: How to UPDATE and DELETE data from a TABLE
2:38
MySQL: AUTOCOMMIT, COMMIT, ROLLBACK
2:46
MySQL: CURRENT_DATE() & CURRENT_TIME()
4:43
MySQL: UNIQUE constraint
2:53
MySQL: NOT NULL constraint
3:57
MySQL: CHECK constraint is easy
8:19
MySQL: DEFAULT constraint is easy
5:25
MySQL: PRIMARY KEYS are easy
3:55
MySQL: AUTO_INCREMENT is awesome
8:17
MySQL: FOREIGN KEYS are easy (kind of)
5:04
MySQL: JOINS are easy (INNER, LEFT, RIGHT)
3:45
Functions in MySQL are easy
5:57
MySQL logical operators are easy
4:18
MySQL wild cards are easy
2:37
MySQL ORDER BY clause is easy
MySQL LIMIT clause is easy
4:14
MySQL UNIONS are easy
10:03
MySQL SELF JOINS are ... ughhh
6:03
MySQL VIEWS are awesome
6:26
MySQL: INDEXES are awesome
6:46
MySQL: SUBQUERIES
5:08
MySQL: GROUP BY
3:51
MySQL: ROLLUP
7:31
MySQL: ON DELETE
8:02
MySQL: STORED PROCEDURES
16:50
MySQL: TRIGGERS