File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Does HF SQL cover creating efficient queries? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Does HF SQL cover creating efficient queries?" Watch "Does HF SQL cover creating efficient queries?" New topic
Author

Does HF SQL cover creating efficient queries?

Alden Leatherman
Greenhorn

Joined: Mar 09, 2006
Posts: 7
I know some SQL can be obtuse and inefficient causing poor performance. Does this book have tips on avoiding these problems and writing clean, efficient queries?
Lynn Beighley
author
Ranch Hand

Joined: Sep 12, 2007
Posts: 82
I definitely focus on normalization as a way to increase efficiency. I also discuss, although not in great detail, writing more efficient queries.


Lynn Beighley<br />Author, Head First SQL
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Does HF SQL cover creating efficient queries?
 
Similar Threads
A confused mock question
Insights on database programming
How to Implement an Advanced Form Search w/PreparedStatements
How many Statements/ResultSets should be used per one Connection
What to use?