Databases are an essential part of any organization. They contain the information that the user needs to perform work, access information and share information with others. The challenge lies in finding and storing the huge amount of data, regardless of the format it is stored. A database consists of one or more tables and usually there is some sort of application programming interface, or DOP, between the user and the database. This creates an opportunity for a DDB writer, a data description language, to be used on the database, to convert the information stored into the required format and then save it to disk.
Continue reading →


