MySQL Database with Python Tutorial Part 3 - UPDATE, DELETE, AND SELECT

preview_player
Показать описание

Here, you are shown how to update, delete, and select data from a database. The UPDATE command allows you to modify pre-existing data. This can be useful is say a user wishes to change their username on your website. The DELETE command is self-explanatory, it deletes things. Finally, the SELECT command is used as a sort of "find" to find data that matches the SQL query you feed it.

This is an tutorial for using MySQL with the Python programming language and the MySQLdb import. This video covers how to update data in tables, how to delete data from your database, and how to retrieve/select data from your database with Python.

Рекомендации по теме
Комментарии
Автор

Im a university student up in Canada and you are honestly more helpful than any prof.

crimson-dragon
Автор

PRETTY AWESOME MAN. EARLIER I TRIED THE NLTK AND NOW THIS SERIES..
REALLY COOL :)

rbhambriiit
Автор

thank you it's a great toturial and it helps a lot!

jhinmugen
Автор

ive already done this, but a cool tutorial you could do is, 1 set up amzon aws mysql server. connect and use with python. and retrieve and process data with java

crimson-dragon
Автор

I've exited the database by accident due to some wrong implementation of code. I've lost all the database I created while practicing. How should I retrieve it now?

aaminbaig
Автор

i am from 10 years in the future is still use full?

TsegazeabZegeye
Автор

Where is the text reference or documentation for these commands? What should I Google?

erngetsgood
Автор

Where and when does te Python part starts?

TheBossTheHartz
Автор

Expect you to come out of that mysql console and do some coding in PYTHON

vinayakbasavaraddi