Skip to content

Commit cdbcfb8

Browse files
authored
Update 1. About_these_MySQL_(SQL_implentation)_tutorials.txt
1 parent fb714b7 commit cdbcfb8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

SQL learn with My SQL (SQL implementation) code archives/1. About_these_MySQL_(SQL_implentation)_tutorials.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ https://www.youtube.com/playlist?list=PL41lfR-6DnOokmJfmYj2hdVMKVGIcF7__ (Youtub
44
'MySQL for Beginners')
55

66

7-
Note that while in the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used MAMP and PHP as the
8-
IDE, I used VScode instead.
9-
107
Deviations of these tutorials from the Youtube playlist by Quentin Watt Tutorials, titled 'MySQL for Beginners':
11-
- In the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used MAMP and PHP as the
8+
- In the Youtube playlist by Quentin Watt Tutorials, titled 'MySQL for Beginners' used MAMP and PHP as the
129
IDE, but I used VScode instead (refer to the file 'Setting_up_MySQL_(SQL_implementation)_in_VScode.txt' for how to set
1310
up MySQL with VScode).
14-
- In the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used a pre-made Relational Database by
15-
Quentin, but I used a 'movies' Relational Database provided by codebasics in their Youtube video, titled 'SQL Tutorial
11+
- In the Youtube playlist by Quentin Watt Tutorials, titled 'MySQL for Beginners' used a pre-made Relational Database by
12+
Quentin, but I used a 'moviesdb' Relational Database provided by codebasics in their Youtube video, titled 'SQL Tutorial
1613
for Beginners | MySQL Tutorial' (link: https://youtu.be/Rm0xH2Vpfi0?si=QVr3mUdqUGLHN84R)
1714

1815

@@ -27,6 +24,9 @@ https://www.youtube.com/watch?v=91iNR0eG8kE&list=PLzMcBGfZo4-l5kVSNVKGO60V6RkXAV
2724
Tech with Tim, titled: 'Python MySQL Tutorial - Creating Tables, Inserting & Selecting')
2825

2926

30-
Note that while these tutorials from the Youtube videos by Tech with Tim used the 'mysql.connector' (Python library),
31-
but it dosen't work for my computer for some reason so I used the PyMySQL (Python library) instead, which works for my
32-
computer and is relatively similar to the 'mysql.connector' (Python library) in functionality and syntax.
27+
Deviations of these tutorials from the Youtube videos by Tech with Tim, titled 'Python MySQL Tutorial - Setup & Basic Queries
28+
(w/ MySQL Connector)' and 'Python MySQL Tutorial - Creating Tables, Inserting & Selecting':
29+
- In these Youtube videos by Tech with Tim, titled 'Python MySQL Tutorial - Setup & Basic Queries (w/ MySQL Connector)' and
30+
'Python MySQL Tutorial - Creating Tables, Inserting & Selecting' used the 'mysql.connector' (Python library), but it dosen't
31+
work for my computer for some reason so I used the PyMySQL (Python library) instead, which works for my computer and is
32+
relatively similar to the 'mysql.connector' (Python library) in functionality and syntax.

0 commit comments

Comments
 (0)