Teach Yourself Oracle PL/SQL In 10 Minutes

Author: Ben Forta
Publisher: Sams
Pages: 288
ISBN: 978-0672328664
Print: 0672328666
Kindle: B014V7G3UI
Audience: Novice database developers
Rating: 4.5
Reviewer: Kay Ewbank

This is an Oracle-focused version of the author's more general SQL In 10 Minutes title.

Although this is aimed at users of Oracle, the nature of SQL means it starts off covering general SQL before going further into more specific Oracle PL/SQL advanced topics such as triggers, cursors, stored procedures and transactions.

 

Banner

As with other books in this series, the book is a set of 26 chapters each taking around 10 minutes to work through. The book opens with chapters introducing SQL, Oracle and PL/SQL, and how to work with Oracle database servers - at least as far as setting up a connection and finding out what Oracle SQL Developer looks like.

Having set the scene, Forta then gets down to the basics of SQL with chapters introducing Select, Order By, and Where. Operators such as In, Not, and Like are introduced, and so far, the SQL chapters of the book contain nothing Oracle specific because the heart of SQL is the same no matter which version you're working with.

By Chapter 9 Forta gets to using Oracle PL/SQL regular expressions, or at least RegExp_Like, one of Oracle's four regular expressions that you can use in Where clauses.

 

 

From this point onwards the material is more advanced, with good chapters on creating calculated fields, using data manipulation functions, and summarizing data. Forta then moves on to grouping data, subqueries, joining tables, and advanced joins. Insert, Delete and Update all get their appropriate coverage, along with creating and manipulating tables.

The final group of chapters are where the book moves away from the more general equivalent. Forta gives good clear examples for views, stored procedures, cursors and triggers. The book closes with chapters introducing transaction processing and security management. These are good in as far as they go, but obviously (and as with the rest of the book), can only give the briefest of introductions.

As you'd expect given Forta's success with his more general Teach yourself SQL title, this book is well written and explains the topics well. The early chapters aren't (and can't really be) Oracle-specific, but that's not a criticism, it's just how SQL is.

I'd have liked more material on the more advanced topics, but what there is should be enough for the intended audience of novide database developers.

 

To keep up with our coverage of books for programmers, 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


Accelerating Software Quality

Author: Eran Kinsbruner
Publisher: Perforce
Pages: 357
ISBN: 978-8671126044
Print: B08FKW8B9B
Kindle:B08FKWD2TR
Audience: Devops developers
Rating: 3
Reviewer: Kay Ewbank

With a subtitle of 'machine learning and artificial intelligence in the age of devops', this book certainly sounds as though it fits c [ ... ]



SQL Query Design Patterns and Best Practices

Author: Steve Hughes et al
Publisher: Packt Publishing
Pages: 270
ISBN: 978-1837633289
Print: 1837633282
Kindle: B0BWRD7HQ7
Audience: Query writers
Rating: 2.5
Reviewer: Ian Stirk

This book aims to improve your SQL queries using design patterns, how does it fare? 


More Reviews

Related Reviews

Oracle PL/SQL Programming, 6th Edition

Oracle PL/SQL by Example, 5th Ed

Teach Yourself SQL in 10 Minutes 4th Ed

<ASIN:0672336073>

Last Updated ( Saturday, 17 September 2016 )