Logo

Navigation
  • Home
  • Services
    • ERP Solutions
    • Implementation Solutions
    • Support and Maintenance Solutions
    • Custom Solutions
    • Upgrade Solutions
    • Training and Mentoring
    • Web Solutions
    • Production Support
    • Architecture Designing
    • Independent Validation and Testing Services
    • Infrastructure Management
  • Expertise
    • Microsoft Development Expertise
    • Mobile Development
    • SQL Server Database and BI
    • SAP BI, SAP Hana, SAP BO
    • Oracle and BI
    • Oracle RAC
  • Technical Training
    • Learn Data Management
      • Business Intelligence
      • Data Mining
      • Data Modeling
      • Data Warehousing
      • Disaster Recovery
    • Learn Concepts
      • Application Development
      • Client Server
      • Cloud Computing Tutorials
      • Cluster Computing
      • CRM Tutorial
      • EDI Tutorials
      • ERP Tutorials
      • NLP
      • OOPS
      • Concepts
      • SOA Tutorial
      • Supply Chain
      • Technology Trends
      • UML
      • Virtualization
      • Web 2.0
    • Learn Java
      • JavaScript Tutorial
      • JSP Tutorials
      • J2EE
    • Learn Microsoft
      • MSAS
      • ASP.NET
      • ASP.NET 2.0
      • C Sharp
      • MS Project Training
      • Silverlight
      • SQL Server 2005
      • VB.NET 2005
    • Learn Networking
      • Networking
      • Wireless
    • Learn Oracle
      • Oracle 10g
      • PL/SQL
      • Oracle 11g Tutorials
      • Oracle 9i
      • Oracle Apps
    • Learn Programming
      • Ajax Tutorial
      • C Language
      • C++ Tutorials
      • CSS Tutorial
      • CSS3 Tutorial
      • JavaScript Tutorial
      • jQuery Tutorial
      • MainFrame
      • PHP Tutorial
      • VBScript Tutorial
      • XML Tutorial
    • Learn Software Testing
      • Software Testing Types
      • SQA
      • Testing
  • Career Training
    • Career Improvement
      • Career Articles
      • Certification Articles
      • Conflict Management
      • Core Skills
      • Decision Making
      • Entrepreneurship
      • Goal Setting
      • Life Skills
      • Performance Development
      • Personal Excellence
      • Personality Development
      • Problem Solving
      • Relationship Management
      • Self Confidence
      • Self Supervision
      • Social Networking
      • Strategic Planning
      • Time Management
    • Education Help
      • Career Tracks
      • Essay Writing
      • Internship Tips
      • Online Education
      • Scholarships
      • Student Loans
    • Managerial Skills
      • Business Communication
      • Business Networking
      • Facilitator Skills
      • Managing Change
      • Marketing Management
      • Meeting Management
      • Process Management
      • Project Management
      • Project Management Life Cycle
      • Project Management Process
      • Project Risk Management
      • Relationship Management
      • Task Management
      • Team Building
      • Virtual Team Management
    • Essential Life Skills
      • Anger Management
      • Anxiety Management
      • Attitude Development
      • Coaching and Mentoring
      • Emotional Intelligence
      • Stress Management
      • Positive Thinking
    • Communication Skills
      • Conversation Skills
      • Cross Culture Competence
      • English Vocabulary
      • Listening Skills
      • Public Speaking Skills
      • Questioning Skills
    • Soft Skills
      • Assertive Skills
      • Influence Skills
      • Leadership Skills
      • Memory Skills
      • People Skills
      • Presentation Skills
    • Finding a Job
      • Etiquette Tips
      • Group Discussions
      • HR Interviews
      • Interview Notes
      • Job Search Tips
      • Resume Tips
      • Sample Resumes
 

Trends in Data Quality and Management

By Exforsys | on May 18, 2007 |
Technology Trends

Trends in Data Quality and Management

One of the biggest technological trends for 2007 is database management, specifically insuring data quality. Databases are a collection of pieces of information organized according to a schema. Schemas describe the information pieces in the database and the relationship between them. Database models include relational, hierarchical, and network models to organize relationships between data.

This structure allows for programs to access databases and efficiently use information to perform functions, answer queries and otherwise process data. The software that performs this procedure is called the Database Management System (DBMS).

DBMSs are usually organized according to the database’s model, but can also independent of them. These software systems are concerned primarily with concurrency, performance, integrity, and recovery.

The management and improvement of data quality is a major trend in 2007. This article will discuss the history and uses of DBMSs and trends for 2007.

Background

The first DBMS was born in 1968. Processing was file-based with data stored in flat files with processing traits arranged by the common use of a magnetic tape medium. Mapping occurred through interfaces and the correspondence of one logical function to a physical file. Programming was complicated and extensive, requiring the use of third generation languages like COBOL or BASIC. Third generation languages are high-level programming languages that make it easier to write programs than previous languages.

File-based DBMS, while innovative had lots of limitations. Because each program contains its own data, there is separation and isolation of data between programs. This, in turn, caused high levels of redundancy, with the same data in several different programs. These early DBMSs also, lacked security and data integrity was expensive to maintain.

In the 1960’s non-relational databases were introduced. Their dominance continued into the 1980’s. Non-relational models integrated and structured operational data so it could be used across applications. Hierarchical models, such as IMS, IBM’s first DBMS, provided more efficient searching, less redundancy, and increased security and data integrity. They were based on binary trees, which function like an upside down tree with many relationships existing between data and functions.

However, these systems were difficult to implement and lacked standards and structural independence. This made it difficult for them to handle the many relationships set up by the binary tree and inhibited complexity because new applications could not be added to the model.

Prominent network models like CODASYL DBTG were developed by the Honeywell Integrated Data Store (IDS) in the early 1960’s and standardized by 1971. These divided the model into three components. First, there was the network schema, which organized the database. The subschema offered views of the database per user. Finally, it offered a low-level, procedural database language. This model composed sets of relationships that contained many relationships between owner and member records. Each set of data or record could function as an owner or a member.

In the network model, lower level structures or branches could be connected to several higher level structures or nodes. This feature makes redundancy in data more easily identifiable. Network models also increase retrieval through the use of pointers that directly locate records. This feature, however, complicates data loading and re-organization.

Relational models and DBMSs continued to mature through the 1970s and 1980. In the 1990’s, relational DBMSs became object-oriented. This allowed for new application areas such as data warehousing, the exploration of text and multimedia on the Web and Internet, ERP (enterprise resource planning) and MRP (management resource planning). In 1991, Microsoft shipped a personal DBMS as a part of Windows, supplanting all other personal DBMSs.

The first Internet database applications were available in 1995. In 1997, XML was integrated into DBMSs. Because XML provides such a common and easily understandable language and structure, it allows all of an organization’s information resources to be stored together and structured based on need. XML databases are the current trend since the turn on the millennium.

Uses

One of the main benefits of database systems is that multiple applications and different types of users can use them, all drawing from the same data, to perform many functions. Some examples of DBMSs include Oracle, Microsoft Access, Filemaker, and Microsoft SQL Server.

DBMSs support queries written in programming languages that allow users to analyze and update data. Query ability also regulates security, controlling access to databases through the use of passwords and other electronic barriers.

In addition, DBMSs provide periodic backups of set attributes or fields and redundancy transparency. This replicates information throughout the system to insure data consistency. DBMSs also facilitate computation (counting, summing, averaging, cross-referencing) and automation. The trend toward object-relational database management systems (ORDBMS), currently governs DBMS production.

Points of Interest

Some of the most popular ORDBMSs are IBM’s DB2, Oracle database and Microsoft’s Microsoft SQL Server. Trends in development include masterdata management both as a source and repository of masterdata. This includes software infrastructure and business processing applications that consistently manage and analyze data across diverse environments. The further development and integration of OLAP or on-line analytical processing into DBMSs allows for faster and more reliable data analysis and forecasting across different environments.

« « Importance of Vocabulary from an Early Age
JavaScript FileUpload Object » »

Author Description

Avatar

Editorial Team at Exforsys is a team of IT Consulting and Training team led by Chandra Vennapoosa.

Free Training

RSSSubscribe 392 Followers
  • Popular
  • Recent
  • Advancements in Service Oriented Architecture

    May 6, 2007 - 0 Comment
  • Moving towards Service Oriented Architecture

    May 8, 2007 - 0 Comment
  • The Promise and Foundation of .NET

    May 10, 2007 - 0 Comment
  • Advancements in Web Service Applications

    May 12, 2007 - 0 Comment
  • Java Technology Trends

    May 14, 2007 - 0 Comment
  • Software as a Service (SAAS)

    May 16, 2007 - 0 Comment
  • Virtualization Virtual Servers and Virtual Storage

    May 21, 2007 - 0 Comment
  • Virtualization Virtual Servers and Virtual Storage

    May 21, 2007 - 0 Comment
  • Software as a Service (SAAS)

    May 16, 2007 - 0 Comment
  • Java Technology Trends

    May 14, 2007 - 0 Comment
  • Advancements in Web Service Applications

    May 12, 2007 - 0 Comment
  • The Promise and Foundation of .NET

    May 10, 2007 - 0 Comment
  • Moving towards Service Oriented Architecture

    May 8, 2007 - 0 Comment
  • Advancements in Service Oriented Architecture

    May 6, 2007 - 0 Comment

Exforsys e-Newsletter

ebook
 

Related Articles

  • Virtualization Virtual Servers and Virtual Storage
  • Software as a Service (SAAS)
  • Java Technology Trends
  • Advancements in Web Service Applications
  • The Promise and Foundation of .NET

Latest Articles

  • Project Management Techniques
  • Product Development Best Practices
  • Importance of Quality Data Management
  • How to Maximize Quality Assurance
  • Utilizing Effective Quality Assurance Strategies
  • Sitemap
  • Privacy Policy
  • DMCA
  • Trademark Information
  • Contact Us
© 2023. All Rights Reserved.IT Training and Consulting
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptReject Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT