Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 578 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 578 Bytes

SQL-For-Python

SQL has become a must-know tool for those dealing with data science, and the Python programming language is among the languages ​​that are on the rise soon.

image

SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.