2nd Edition, — O’Reilly Media, Inc, 2024. — 129 p. — (Early Release). — ISBN: 978-1-098-16359-4.
What will you learn from this book?
Do you have abundant data but don't know how to make sense of it? Do you want to gain useful insights from your data, but you're not sure where to begin? Data mining is a vital, well-paying skill, and SQL is the most fundamental way to query and manage data. However, learning SQL can be intimidating. This thoroughly revised book teaches you SQL fundamentals painlessly and enjoyably. With the Head First series' hands-on, conversational style, you'll quickly grasp SQL concepts, and then move to intermediate topics, including stored procedures and cloud databases. You'll gain the knowledge, skills, and confidence necessary to get the most out of your data with SQL.
Why does this book look so different?
If you've read a Head First book, you know what to expect: a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. With this book, you'll learn about SQL through a multisensory experience that engages your mind — rather than a text-heavy approach that puts you to sleep.
You’re learning great things about organizing the information from multiple documents into categories of data and arranging them in a grid-like table. You may have worked with data like this in software for spreadsheets such as Excel or Google Sheets. In this book, we’ll use SQL to create tables as well as find the information we put in them. So what is SQL? SQL is a programming language for storing and retrieving tabular data, and by “tabular,” we just mean information that you can write down in a table with rows and columns. Even though it was introduced in the 1970s, SQL remains very popular in today’s workplace.