All attributes of this data entity are derived directly
from the cswresvals table in the IPA database.
Columns |
Name | Datatype | Null |
utk | int | No |
obsno | int | No |
meanrfl | real | No |
medirfl | real | No |
rmsrfl | real | No |
skewrfl | real | No |
Reset frame mean level.
column medirfl
Reset frame median level.
column obsno
Observation number constructed
as follows:
Please see SCREW 385.
column rmsrfl
Reset frame RMS level.
column skewrfl
Reset frame skew level.
column utk
UTK time.
Table Usage (MB) |
Distribution of Table Space |
Data |
19.43 |
Data |
64.72 % |
Indexes |
10.49 |
Indexes |
34.94 % |
Unused |
0.10 |
Unused |
0.34 % |
Total |
30.02 |
Number
of Rows |
706081 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
dbo.cswresvals.cswresvals_ucx | INDEX |
dbo.cswresvals.cswresvals_ux | INDEX |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.cswresvals
(
utk int NOT NULL,
obsno int NOT NULL,
meanrfl real NOT NULL,
medirfl real NOT NULL,
rmsrfl real NOT NULL,
skewrfl real NOT NULL
)
LOCK ALLPAGES
go