• 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

Suggest One comprehensive book on sql and one on pl/sql

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Please Suggest One comprehensive book on sql and one on pl/sql. I have searched it on net and got a lot of books but baffled by the different names doing the rounds.
Can anyone please tell me from experience which book is good for beginners and advanced programmers and which has a lot of example programs.

Or if there is a good ebook available.
Any suggestion is welcome.

thanks
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you try Oracle's own documentation already? It is freely available to anybody, and probably as comprehensive as it gets..

I'd suggest starting with the Concepts to get rough ideas about how Oracle works and what can be done with it, and then continuing with SQL Language Reference and PL/SQL Language Reference. All of these can be found here for 11.1, but look up the version matching the database you are working with.
reply
    Bookmark Topic Watch Topic
  • New Topic