• 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

agile database techniques

 
Ranch Hand
Posts: 398
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IS this book aimed at database admins? What are the contents?
Thanks,
Vasu
 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can view the contents and some reviews here:
http://www.amazon.com/exec/obidos/ASIN/0471202835/ref%3Djranch-20/103-7529243-6895827
 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And you can view the overview and essays in the Ambler's website. here
 
author
Posts: 608
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by vasu maj:
[QB]IS this book aimed at database admins? What are the contents?
It's aimed at both DB admins and developers. The first section covers fundamental skills that both groups should have -- data modeling as well as object modeling for example. The second section covers evolutionary data techniques, including database refactoring, which allow data professionals to be effective members of modern development teams. The third section discusses fundamental implementation issues, such as concurrency control and reporting, providing several alternatives for each major issue as well as discussing the trade-offs of each. There's more to the book than just these things of course, and the URLs provided in other postings should do you well.
- Scott

 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Scott,
could you please tell more about chapter 5 Class Normalization?
Is it for OODMS?
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic