Fujitsu UDS/SQL V2.5 사용자 설명서

다운로드
페이지 324
General information
Universal Database System UDS/SQL
U929-J-Z125-9-76
  
41
D
ok
us
c
h
abl
on
en
 1
9x
24 V
e
rs
ion
 7
.3
us
 f
ü
r F
ram
eM
ak
er
 V
7
.x
v
o
m
 1
4.
02
.2
00
7
©
 c
o
gni
tas
 Gm
b
H
 20
01-
20
07
18
. Ok
tobe
r 20
07
  S
ta
nd
 1
1:
29
.4
8
P
fa
d:
 G
:\
v
og
t\
fs
c
\ud
s
\M
anu
al
e
\e
n\
ud
s
e
nt
_e\
u
ds
ent
.k
0
2
2.3 Universal Database System UDS/SQL 
The Universal Database System UDS/SQL offers users a wide range of structuring options 
and an abundance of capabilities for setting up, using and maintaining databases: 
Structuring options
The structure of a company’s database is a map reflecting the organizational, business 
and technical aspects of the company. UDS/SQL allows you to map relational, hierar-
chical and/or networked structures, i.e. the database schema can be adapted to 
existing company structures without any problem. 
The data structure can be adapted to new conditions if, for example, aspects of the 
company change or the database is expanded to include new things. 
Redundancy-free data storage
In UDS/SQL, data is stored non-redundantly, thus minimizing the storage space 
required and simplifying updates. An update is made only once, at a single location. The 
data is thus always available in the same form and with the same update status to all 
applications. 
Data independence of programs
In UDS/SQL, the records of the entire database are written only once at the logical level. 
The data structure is defined during the creation of the database and is binding for all 
application programs.
Application programs operate at the logical level. Alterations to the physical organi-
zation of the data have no effect on the programs. Physical aspects (for instance of 
storage) are thus decoupled or hidden from the users, who get to know only the logical 
structure of the data required for their respective work.
Program creation and maintenance are simplified and made uniform. 
Flexible data evaluation
Users can evaluate data from different points of view since UDS/SQL maintains the 
data resources centrally. Records and record elements can be selected not only via 
defined keys, but also by means of any desired complex conditions or on the basis of 
any desired record-element contents.