Prose Supplements - Shop now
Buy used:
$2.23
$3.99 delivery April 1 - 7. Details
Or fastest delivery March 26 - 31. Details
Used: Very Good | Details
Condition: Used: Very Good
Comment: Stains on outside cover/inside the book.
Access codes and supplements are not guaranteed with used items.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

SQL: Learn SQL (using MySQL) in One Day and Learn It Well. SQL for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project)

4.4 4.4 out of 5 stars 496 ratings

Learn SQL (using MySQL) Fast and Learn It Well. Master SQL Programming with a unique Hands-On Project

The information era is upon us and the ability to organize and make sense of data has become an invaluable skill.Have you been hearing about data, databases and SQL and wondering what it's all about? Or perhaps you have just gotten a new job and need to learn SQL fast. This book is for you. You no longer have to feel lost and overwhelmed by all the fragmented tutorials online, nor do you have to waste your time and money learning SQL from lengthy books and expensive online courses.

What this book offers...

Learn SQL FastConcepts in this book are presented in a "to-the-point" and concise style to cater to the busy individual. With this book, you can learn SQL in just one day and start coding immediately.SQL for BeginnersComplex topics are broken down into simple steps with clear and carefully chosen examples to ensure that you can easily master SQL even if you have never coded before. In addition, the output for all examples are provided immediately so you do not have to wait till you have access to your computer to test the examples.Complete process with well thought out flowThe complete process from database creation, table creation, data input, manipulation and retrieval etc is covered. The flow of the book is carefully planned to ensure that you can easily follow along.

How is this book different...

The best way to learn SQL is by doing. This book provides examples for all concepts taught so that you can try out the different SQL commands yourself.In addition, you'll be guided through a complete project at the end of the book that requires the application of all the concepts taught previously. Working through the project will not only give you an immense sense of achievement, it'll also help you retain the knowledge and master the language.Ready to embark on your SQL learning journey? This book is for you. Click the BUY button and download it now.

What you'll learn:

- What is a database and DBMS?- What is SQL?- What software do you need to code SQL programs?- How to create databases and tables in SQL?- What are the common data types in SQL?- How to input data into the database- How to select data from SQL tables- How to use aggregate functions- How to write JOIN and UNION statements- What is a SQL view?- How to write SQL triggers- How to write stored procedures and functions- How to make decisions with IF and CASE statements- How to control the flow of program with WHILE, REPEAT and LOOP statements- What are cursors and how to use them?.. and more...Finally, you'll be guided through a hands-on project that requires the application of all the topics covered.Click the BUY button and download the book now to start learning SQL. Learn it fast and learn it well.

Product details

  • Publisher ‏ : ‎ Independently published (November 9, 2018)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 164 pages
  • ISBN-10 ‏ : ‎ 1731039662
  • ISBN-13 ‏ : ‎ 978-1731039668
  • Item Weight ‏ : ‎ 8.2 ounces
  • Dimensions ‏ : ‎ 6 x 0.37 x 9 inches
  • Customer Reviews:
    4.4 4.4 out of 5 stars 496 ratings

Customer reviews

4.4 out of 5 stars
496 global ratings

Review this product

Share your thoughts with other customers

Customers say

Customers find the book easy to understand and readable. It provides clear explanations of basic SQL concepts for beginners. However, some readers report issues with outdated links and instructions for setting up the software.

AI-generated from the text of customer reviews

17 customers mention "Comprehension"13 positive4 negative

Customers find the book easy to understand and a good resource for beginners. They say it provides clear explanations with examples, making it simple for them to learn MySQL quickly. The book is described as an excellent bargain for learning MySQL quickly, taking someone from zero experience to competent in a short amount of time.

"...Although the book is a quick read, actual practice (depending on how much time you devote) is likely several days - especially if you do the project..." Read more

"This book takes someone from zero mySQL experience to competent in a short amount of time...." Read more

"...The book is worth the buy but if I had to do it again I would probably buy a different book that's a bit more thorough and updated...." Read more

"...a great refresh if you haven't used SQL in awhile, or a great getting started guide if you are brand new!" Read more

5 customers mention "Readability"5 positive0 negative

Customers find the book readable with plenty of information. However, they mention missing source material.

"...Overall, though, a great book that's an incredible bargain for learning MySQL quickly." Read more

"This is a great book if you are just getting starting or are new to SQL...." Read more

"Good book. Plenty of info." Read more

"Not bad but missing source material..." Read more

3 customers mention "Link quality"0 positive3 negative

Customers find the book's links outdated and the instructions for setting up the software poor. They also mention that some of the screen shots are terrible and the book is fairly outdated.

"...the tools you need to study this book correctly and the link goes to a removed webpage. A DUD at the first try." Read more

"Outdated links, poor instructions to get set up, terrible screen shots you cant even read...." Read more

"This book is fairly outdated..." Read more

There are better options surely, first thing is holding pages together.
1 out of 5 stars
There are better options surely, first thing is holding pages together.
I have never bought a book that fell apart the first time i opened it. honestly, shocked how poor the print quality is. First 1 star I've ever left. can't make this stuff up.
Thank you for your feedback
Sorry, there was an error
Sorry we couldn't load the review

Top reviews from the United States

  • Reviewed in the United States on February 4, 2020
    I'm currently taking a SQL class through an online university. The study and practice materials they provided left a lot to be desired so I decided to purchase this book as a supplement.

    The author does a fantastic job of breaking things down so anyone who has even basic PC skills can understand the material. On this, it gets Five Stars Plus.

    The only challenge is the exercises you do in MySQL build and progress from previous exercises. Although MySQL checks for most errors, it is possible to write something that MySQL understands and executes but has user errors you made in the data or formulas. You figure this out only after you think you've completed exercise "D" correctly, only to have problems when you start writing MySQL in exercises "E" or "F". In this case, you have to go back, figure out where you made a mistake, undo things using the DROP command and re-do "D" correctly before you can complete "E", "F" and so on.

    Although the book is a quick read, actual practice (depending on how much time you devote) is likely several days - especially if you do the project in the final chapter.

    Overall, though, a great book that's an incredible bargain for learning MySQL quickly.
    38 people found this helpful
    Report
  • Reviewed in the United States on February 17, 2020
    This book takes someone from zero mySQL experience to competent in a short amount of time. While I took more than a day to complete the book, the author's method gradually increases the reader's knowledge and ability. The examples are easily replicated and the project at the end successfully summarizes the previously covered material. I recommend this book to anyone brand new to mySQL.
  • Reviewed in the United States on January 23, 2023
    There are a couple things buyers should know about this book. It's about 4-5 years old and some things have changed since it's publication. It took me 2 days and lots of research to figure out how to download the MySQL programs needed to work along with this book. The instructions are outdated.

    The programs were successfully downloaded after about 6 tries but I was able to get in and start learning earlier today. After about 90-120 minutes of work I'm on page 37 and have already learned quite a bit. The first bit of the book is about how to build databases and tables, so if you're just wanting to learn to query a database you can skip the first 4 chapters. There are 151 pages and 13 chapters in total.

    I do feel like I'll need to reinforce my learning from this book with some youtube videos or online instruction. I feel like it'll take a lot of practice with data to learn SQL thoroughly enough to be comfortable using it in a professional setting. The book is worth the buy but if I had to do it again I would probably buy a different book that's a bit more thorough and updated. I would give 3.5 stars if I could.
    13 people found this helpful
    Report
  • Reviewed in the United States on June 18, 2019
    This is a great book if you are just getting starting or are new to SQL. Having the examples to walk through is a huge help in getting the concepts to stick. If you have some experience in SQL already, this book may be too foundational. Overall, a great refresh if you haven't used SQL in awhile, or a great getting started guide if you are brand new!
    13 people found this helpful
    Report
  • Reviewed in the United States on October 28, 2021
    This is a beautiful book! I bought several books to learn SQL.
    They were all worthless.

    This one got me started right away.
    Buy it! You will learn!
    2 people found this helpful
    Report
  • Reviewed in the United States on September 18, 2024
    It is written as if the author is talking to you so it's very approachable. I wish I had looked closer at the title to see the subtle reference to it being specific to MySQL before buying. I'm just not sure how much to trust it from a quality and accuracy perspective because of the grammar and typo errors. Seems it was never proofread before publishing so I wonder if there are other errors that were missed.
  • Reviewed in the United States on February 12, 2019
    I am a Product Manager, with not much experience on coding. I couldn't complete this in one day, but a week was a good time. I am surprised how smoothly I could grasp and the book contained enough relevant topics. I felt confident in adding 'SQL' in my resume :)
    37 people found this helpful
    Report
  • Reviewed in the United States on January 13, 2020
    I love this book. The author did a great job!
    The book is clearly explained contents with detail.
    Very easy for beginners to learn SQL.

Top reviews from other countries

Translate all reviews to English
  • PL
    5.0 out of 5 stars Essential Guide for newbies
    Reviewed in Canada on February 5, 2025
    This SQL book has been an invaluable resource in my journey to understanding and mastering SQL. The content is well-organized, starting from the basics and gradually building up to more advanced concepts. The explanations are clear, and the numerous examples and exercises have been incredibly helpful in reinforcing the material. Additionally, the book covers a wide range of topics, making it a comprehensive guide for both beginners and experienced users. Overall, this SQL book has exceeded my expectations, and I would highly recommend it to anyone looking to enhance their SQL skills.
  • J. K.
    5.0 out of 5 stars Very clear book to go forward
    Reviewed in the United Kingdom on January 17, 2025
    Easily understandable
    Example scenarios are really good to practice
  • André Guerra
    5.0 out of 5 stars Ótimo!
    Reviewed in Spain on April 24, 2024
    Explica super bem todos os detalhes.
    Ótimo livro para aprender
    Customer image
    André Guerra
    5.0 out of 5 stars
    Ótimo!

    Reviewed in Spain on April 24, 2024
    Explica super bem todos os detalhes.
    Ótimo livro para aprender
    Images in this review
    Customer image
    Report
  • Magnus H
    5.0 out of 5 stars Good introduction
    Reviewed in Sweden on March 23, 2023
    Short book that gives a superficial knowledge, or a foundation of knowledge to build on to.
    Perfect if thats what you need (like I did).
  • ChristianH
    5.0 out of 5 stars Great product, highly recommend
    Reviewed in Germany on March 15, 2023
    It is a great learning, reference guide for anyone wanting to learn SQL