Other News

Community

Sizing of databases

(Vinod Kumar) This topic is a delicate one to handle. But here is a tool that allows you to analyze how your database is organized. To walk you through some of the detials of the tool. The tool uses excel macro and SQL-DMO to query the database. The data from the database are entered into the corres

Community

A survey of XML standards: Part 2

(Uche Ogbuji) The world of XML is vast and growing, with a huge variety of standards and technologies that interact in complex ways. It can be difficult for beginners to navigate the most important aspects of XML, and for users to keep track of new entries and changes in the space. Uche Ogbuji conti

Community

The DB2 Detective game

This tutorial introduces new users of IBM DB2 Universal Database (UDB) to relational database concepts through a fun and interactive game called DB2 Detective. It assumes no prior database knowledge or programming experience in the Structured Query Language (SQL). (R)

Community

A Confusion of Styles

(John E. Simpson) I want two elements (QUESTION and ANSWER) to be declared in an external DTD. The QUESTION element’s data is to be displayed in red, and the ANSWER element’s data is to be displayed in green. For this, an external stylesheet needs to be used. How do I include the DTD in my HTML docu

Community

SQL Server and Collation

(Muthusamy Anantha Kumar) Collation refers to a set of rules that determine how data is sorted and compared. Character data is sorted using rules that define the correct character sequence, with options for specifying case-sensitivity, accent marks, kana character types and character width.