Is there any relation between SQL and python?? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Is there any relation between SQL and python??

if there what is it ??

7th May 2020, 7:37 AM
pruthvi .n
pruthvi .n - avatar
1 Antwort
+ 2
We usually use a programming language (like python) to manipulate an SQL table. There are several versions of python, most commonbeing 2.7 and 3.2. There are many types of SQL tables, MySQL, PostgreSQL, MS SQL, SQLite. Each uses (mostly) the same language to search/manipulate.
7th May 2020, 7:43 AM
Rajat Porwal