Daily Deal: The Complete MySQL Bootcamp
from the good-deals-on-cool-stuff dept
Whether you work in marketing, sales, or app development, chances are you'll have questions that only data can solve, which is why virtually everyone can benefit from learning MySQL. Based on SQL (Structured Query Language), MySQL is the world's most popular open-source SQL database and is used by the likes of Amazon, Apple, Twitter, many other top companies. The Complete MySQL Bootcamp serves as your SQL and MySQL primer, walking you through the basic syntax, queries, and more so you can add this data-driven tool to your workflow. It is on sale for $11.
Note: The Techdirt Deals Store is powered and curated by StackCommerce. A portion of all sales from Techdirt Deals helps support Techdirt. The products featured do not reflect endorsements by our editorial team.
Thank you for reading this Techdirt post. With so many things competing for everyone’s attention these days, we really appreciate you giving us your time. We work hard every day to put quality content out there for our community.
Techdirt is one of the few remaining truly independent media outlets. We do not have a giant corporation behind us, and we rely heavily on our community to support us, in an age when advertisers are increasingly uninterested in sponsoring small, independent sites — especially a site like ours that is unwilling to pull punches in its reporting and analysis.
While other websites have resorted to paywalls, registration requirements, and increasingly annoying/intrusive advertising, we have always kept Techdirt open and available to anyone. But in order to continue doing so, we need your support. We offer a variety of ways for our readers to support us, from direct donations to special subscriptions and cool merchandise — and every little bit helps. Thank you.
–The Techdirt Team
Filed Under: daily deal
Reader Comments
Subscribe: RSS
View by: Time | Thread
“the world's most popular open-source SQL database”
I would say that honour belongs to SQLite. Consider that a copy is included with every Android device ever shipped, and also every Apple phone and tablet. So almost certainly there is a copy in your pocket or purse right now.
Certainly, MySQL is the most popular for server-specific applications. But even on “big” machines, you might still find uses for SQLite here and there—it’s that versatile.
Oh, and you can drop the “open-source” qualifier, and the above would still be true.
[ link to this | view in thread ]
Re: “the world's most popular open-source SQL database”
Yeah I think it's probably true that in sheer volume of data throughput, or in terms of where the most important/valuable data in the world stores and passes through, MySQL (particularly if you include MariaDB, which IMHO people should be running instead) is the most popular database software in existence right now, while in sheer number of unique instances SQLite is probably the holder of the crown.
(Folks will tell ya that PostgreSQL is the best one out there, and they may well be right; I don't personally know, I inherited a MySQL setup at my work, and have just kept that the same, although I've upgraded/migrated to MariaDB specifically at this point. Meanwhile, the actual software product we sell relies on at its core---you guessed it---SQLite.)
[ link to this | view in thread ]