CA PMA Chargeback uses relational concepts to create and manipulate data in its database. These characteristics ensure the following:
By centralizing data, redundancies in data collection, processing, and storage are eliminated.
Relational database structure is basically a simple matrix of records (rows) and fields (columns). All CA PMA Chargeback data is stored in tables that possess the following characteristics:
A column is the vertical component of a table. Columns are used to describe an indivisible unit of data. Each column has a name and a specific data type, such as character or integer. While the order of columns in a table is fixed, there is no conceptual significance to this order. Columns are frequently referred to as fields.
A row is the horizontal component of table. A row is a sequence of values, one for each column of the table. Each row contains the same number of columns. Rows are frequently referred to as records.
Note: You insert and delete rows, whereas you update individual columns. Furthermore, a table can exist without any rows, but not without any columns.
Tables are two-dimensional, they consist of a matrix of information composed of rows and columns:
The CA PMA Chargeback database is made up of two types of tables:
| Copyright © 2012 CA. All rights reserved. |
|