SQL Queries for Mere Mortals, 4th Ed (Addison Wesley)
Wednesday, 25 April 2018

This book is a tutorial on writing effective queries with the latest SQL standards and database applications. It shows how to create reliable queries for current SQL-based databases, from simple data selection and filtering to joining multiple tables and modifying sets of data. In this new edition author John L. Viescas has updated this hands-on classic with more advanced techniques. In two brand-new chapters, he shows how to perform complex calculations on groups for sophisticated reporting, and how to partition data into windows for more flexible aggregation.

<ASIN:0134858336>

 

Author: John L. Viescas
Publisher: Addison Wesley
Date: Apr 2018
Pages: 960
ISBN: 978-0134858333
Print: 0134858336
Kindle: B079G27STM
Audience: Developers working with data
Level: intermediate
Category: Database

 

  • Getting started: understanding what relational databases are, and ensuring that your database structures are sound
  • SQL basics: using SELECT statements, creating expressions, sorting information with ORDER BY, and filtering data using WHERE
  • Summarizing and grouping data with GROUP BY and HAVING clauses
  • Drawing data from multiple tables: using INNER JOIN, OUTER JOIN, and UNION operators, and working with subqueries
  • Modifying data sets with UPDATE, INSERT, and DELETE statements
  • Advanced queries: complex NOT and AND, conditions, if-then-else using CASE, unlinked tables, driver tables, and more
  • NEW! Using advanced GROUP BY keywords to create subtotals, roll-ups, and more
  • NEW! Applying window functions to answer more sophisticated questions, and gain deeper insight into your data

 

 Click graphic for more information

Related Reviews

SQL Queries For Mere Mortals, 3e

 

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Core Java for the Impatient, 3rd Ed

Authors:  Cay S. Horstmann 
Publisher: Addison Wesley
Pages: 576
ISBN: 9780138052102
Print: 0138052107
Kindle: B0B8RZZBDJ
Audience: Smart programmers wanting in-depth coverage
Rating: 4.8
Reviewer: Mike James

The key to this book is the word "impatient" in the title. What does this m [ ... ]



T-SQL Fundamentals (Microsoft Press)

Author: Itzik Ben-Gan
Publisher: Microsoft Press
Pages: 608
ISBN: 978-0138102104
Print: 0138102104
Kindle: B0BTLBXF8V
Audience: T-SQL developers
Rating: 5
Reviewer: Kay Ewbank

Itzik Ben-Gan is a highly respected Microsoft Data Platform MVP, and the earlier editions of this book were already ver [ ... ]


More Reviews