Completed
#8 CURRENT_DATE & CURRENT_TIME
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MySQL Full Course - 2023
Automatically move to the next video in the Classroom when playback concludes
- 1 #1 MySQL intro + installation
- 2 Windows installation
- 3 MAC OS installation
- 4 #2 DATABASES
- 5 #3 TABLES
- 6 #4 INSERT ROWS
- 7 #5 SELECT
- 8 #6 UPDATE & DELETE
- 9 #7 AUTOCOMMIT, COMMIT, ROLLBACK
- 10 #8 CURRENT_DATE & CURRENT_TIME
- 11 #9 UNIQUE
- 12 #10 NOT NULL
- 13 #11 CHECK
- 14 #12 DEFAULT
- 15 #13 PRIMARY KEYS
- 16 #14 AUTO_INCREMENT
- 17 #15 FOREIGN KEYS
- 18 #16 JOINS
- 19 #17 FUNCTIONS
- 20 #18 AND, OR, NOT
- 21 #19 WILD CARDS
- 22 #20 ORDER BY
- 23 #21 LIMIT
- 24 #22 UNIONS
- 25 #23 SELF JOINS
- 26 #24 VIEWS
- 27 #25 INDEXES
- 28 #26 SUBQUERIES
- 29 #27 GROUP BY
- 30 #28 ROLLUP
- 31 #29 ON DELETE
- 32 #30 STORED PROCEDURES
- 33 #31 TRIGGERS