How to update data in a table in MySQL
In the previous article, I gave an introduction to SQL using MySQL database management system. The article laid a foundation of SQL by briefly explaining how to create a database, create a table, insert data into a table and use select statement to explore the…
Getting Started with SQL for Data Science: 4 Things you need to master
What is SQL? Structured Query Language (SQL) is a standard database language used to create, maintain and retrieve relational databases. As a data scientist, you will find many instances where you will be required to work with relational databases (data stores in tables like excel)….
BLOG CATEGORIES
- Machine Learning (3)
- Python (2)
- Random (5)
- SQL (3)