Categories
Video

MySQL Syntax in 20 Minutes | Understanding the Main Components of SQL



👉🏻 Download Our Free Data Science Career Guide: https://bit.ly/3kMagub
👉🏻 Sign up for Our Complete Data Science Training with 57% OFF: https://bit.ly/2PQJHFY

SQL is the programming language you need to execute commands that let you create and manipulate a relational database. We will not delve into strict and detailed technical definitions to explain how it works. What you need to know is there are a few types of programming out there – procedural (imperative), object-oriented, declarative, and functional. Although with some procedural elements, SQL is mainly regarded as a declarative programming language, it is nonprocedural.

This means, while coding, you will not be interested in how you want the job done. The focus is on what result you want to obtain. An abstract example would best clarify what we mean here. When using a procedural language, such as C or Java, you must explicitly divide the solution of a certain problem into several steps.

► Consider hitting the SUBSCRIBE button if you LIKE the content: https://www.youtube.com/c/365DataScience?sub_confirmation=1

► VISIT our website: https://bit.ly/365ds

🤝 Connect with us LinkedIn: https://www.linkedin.com/company/365datascience/

365 Data Science is an online educational career website that offers the incredible opportunity to find your way into the data science world no matter your previous knowledge and experience. We have prepared numerous courses that suit the needs of aspiring BI analysts, Data analysts and Data scientists.

We at 365 Data Science are committed educators who believe that curiosity should not be hindered by inability to access good learning resources. This is why we focus all our efforts on creating high-quality educational content which anyone can access online.

Check out our Data Science Career guides: https://www.youtube.com/playlist?list=PLaFfQroTgZnyQFq4nUfb-w2vEopN3ULMb

#MySQL #Sql #DataScience

source

26 replies on “MySQL Syntax in 20 Minutes | Understanding the Main Components of SQL”

This was so much easier to understand then how my teacher is presenting it at my university. I am sick of paying thousands of dollars only to come to YouTube to get a a real understanding of how to perform task.

07:51"
I think that SELECT * is about having all the fields of the returned records included in the returned set of data (e.g. a table's records), rather than all the records of the table.
The lack of a filter (e.g. WHERE) is responsible for all the records of that table returned.

Leave a Reply

Your email address will not be published. Required fields are marked *