Customize Toad with shortcuts and using templates.
Related Articles
Speed up your queries using the covering index in MySQL
Introduction A covering index is a special case of an index in InnoDB where all required fields for a query are included in the index; in other words, the index itself contains the required data to ex...
PRECIS R package
If you use R then you are very familiar with the SUMMARY function. If you use R then you are very familiar with the name Hadley Wickham. He has produced some really cool packages for R. He has produc...
Oracle Tuning Sorts to Reduce I/O
A sort area in memory is used to sort records before they are written out to disk. Increasing the size of this memory by increasing the value of the initialization parameters SORT_AREA_SIZE or PGA_AGG...
