#22 in SQL books
Use arrows to jump to the previous/next product

Reddit mentions of SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL (4th Edition)

Sentiment score: 2
Reddit mentions: 4

We found 4 Reddit mentions of SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL (4th Edition). Here are the top ones.

SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL (4th Edition)
Buying options
View on Amazon.com
or
    Features:
  • [Excellent Experience] Five 3.5mm female jacks are for attaching headphones or iPod devices with 3.5mm port. Whether you're listening to music from your smartphone or iPod or watching a movie on your tablet or laptop, the splitter's multiple auxiliary jacks allow you to connect up to five sets of headphones so you and your friends can share in the fun. Parents will love it for keeping the kids entertained on family road trips or during airport travel.
  • [Classroom Aide] Mix music by connecting multiple music players simultaneously. Mixing and fade-ins controlled by the standard controls of each MP3 player. Teachers can use LP multi headphone splitter as a learning tool and make the most of educational resources: Up to five students at a time can listen to the same audiobook or podcast.
  • [Universal Compatibility] One hard-wired connection is for your MP3 player. Fit for all 3.5mm audio devices: Compatible with iPhone, iPod, Samsung, Blackberry, Tablets, Mp3, laptops.
  • [Handy and Excellent] The lightweight, small, convenient and compact Multi-Headphone Splitter from LP offers you a multi-user audio experience wherever you go. The fashionable appearance and portable size ensure you carry it everywhere you go hanging in handbags or pocket.
  • What you get: 1 x 3.5mm Male to 5 x 3.5mm Female audio splitter, 1x600mm stereo audio cable, 1-Year Warranty & lifetime service.
Specs:
Height9.1 Inches
Length2.1 Inches
Number of items1
Weight3.2628414776 Pounds
Width7 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 4 comments on SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL (4th Edition):

u/DeadAlive55 · 5 pointsr/SQL

I’d have to say these were a great combo in my SQL class last year:

SQL Queries For Mere Mortals

and

Murach’s MySQL

Jon Duckett also has a MySQL & PHP book coming out next month that I’m looking forward to. Loved his books on HTML/CSS and Javascript/JQuery

PHP & MySQL: Server Side Web Development

u/jwfergus · 3 pointsr/dataengineering

Re-iterating what the previous posters said: the fundamentals are the same regardless of system. Learning how to get data out of a SQL system is all about learning how to write SQL.

To effectively learn how to write SQL for data engineering, I highly recommend grabbing a book like one of these*:

  1. SQL Quickstart Guide
  2. SQL Queries
  3. If you're an experience programmer maybe T-SQL Fundamentals (Microsoft flavor SQL)

    and grabbing a sample database for the system of your choice:

  4. MySQL sample Employee db
  5. PostgreSQL sample dbs
  6. SQL Server - stackoverflow db

    and then practice some of your chosen book on the sample db.

    Notes and words of warning:

  • Writing SQL for data engineering or programming is really different than "database administration." A lot of resources on the web are geared towards DBAs and it probably won't help you out much.
  • University courses on databases tend to be more theoretical than practical, for the sake of learning how to write SQL. University isn't a super efficient method of learning to write SQL.

    ^((*I'm not affiliated w/ any of those books))
u/dsmsp · 3 pointsr/statistics

I recommend this one for people new to SQL. It's good to learn from and keep as a reference manual.

SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL (4th Edition) https://www.amazon.com/dp/0134858336/ref=cm_sw_r_cp_api_i_DbC4CbV7QTS0Y

u/paulbelknap · 1 pointr/SQL

I started with this book: SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL (4th Edition) https://www.amazon.com/dp/0134858336/ref=cm_sw_r_cp_api_UIWLBbJZF1KBH

It’s very through but a bit slow at the start. I go back and reference it from time to time still.