MySQL : Structured Query Language
The acronym SQL stands for Structured Query Language SQL is the standard language for data manipulation SQL is the standard language for relational database management. Three Main Uses of SQL are : Read ,Write , Update SQL is used for many things; however, Data Retrieval was stressed as THE MAIN THING used by Data Scientist Data Scientist might do a little of the analysis using SQL, however the main thing they're using SQL for is data retrieval. Learning Objective: Explain why thinking before coding is important Explain why it is important to understand how data in a database is relate to each other Describe what a database is Think before you do: What is the problem you are trying to do..? What I mean by this is it's easy when you're doing work or we're trying to produce a result or solve a problem to just go in and start doing. By that I mean you go in and start to write code or maybe start to write some type of emai...