• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Does Head First SQL have advanced topics?

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The title "Head First" clearly suggest that it is a good for sql starters. Hopefully it also contains a few advanced level topic.
Am I correct?

[Edit to provide meaningful topic - Dave]
[ October 16, 2007: Message edited by: David O'Meara ]
 
author
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd say so. Most beginner books gloss over normalization. This one goes in depth there. Multi-table database design is emphasized. Also joins and subqueries are covered really clearly, and while those are not advanced topics, it's easy to walk away from most books simply not understanding them. I do cover views, transactions, roles, and database security in some detail.

Of course, if you know all this well, get a different book.
 
sourav das
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Lynn for you reply.
I love head first series.
And your book is the new member of that family.
Hope we will see more from you in future.
Are you planning any more?
Anything in the pipeline?
 
Lynn Beighley
author
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let's just say that it's a secret at this point. ;)
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by sourav das:
The title "Head First" clearly suggest that it is a good for sql starters. Hopefully it also contains a few advanced level topic.


An interesting thing is that while Head First books are entertaining, engaging to read and good for someone new to a topic, they aren't necessarily for beginners. The EJB certification book covers some in depth concepts and assumes you know Java. I'm not surprised that this book goes into more depth than "learn SQL in 21 days" type books.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic