Other News

Community

Fun with Triggers, Part Two

(Peter Backlund) Triggers are an important tool for achieving better data quality. They can be found in other RDBMSs and have been available for a long time in DB2 for Linux, UNIX, Windows. For DB2 for z/OS and OS/390 triggers were added in Version 6. A trigger is tightly coupled to a table and

Community

Finding the product of a column

(Vadivel Mohanakrishnan) There isn’t a prebuilt function for finding the product of column or set of values in SQL Server. But there is a workaround by using a combination of the SUM(), POWER() and LOG10() functions. If not for this query we would have to fetch all the records to the front-end and t