https://www.developerfusion.com/t/oracle/code/sort/popularity/ Oracle Sample code from Developer Fusion 2006-01-25T01:18:00.00Z http://www.developerfusion.com/code/1976/deleting-duplicate-rows-in-a-table/ Deleting duplicate rows in a table 2002-03-01T09:41:00.00Z Eliminating duplicate rows of data from an Oracle database Kevin Saitta http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Getting Started with Database Programming 2002-02-24T11:24:00.00Z This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming. gigsv00 http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ Transactions made easy with .NET 2.0 2006-01-25T01:18:00.00Z One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace. Xavier Larrea http://www.developerfusion.com/code/99/syncronise-databases/ Syncronise Databases 2001-07-14T14:48:00.00Z Load data between two databases online Santi Mondejar