Columns |
Name | Datatype | Null |
obsno | int | No |
observation number.
Table Usage (MB) |
Distribution of Table Space |
Data |
0.01 |
Data |
13.04 % |
Indexes |
0.01 |
Indexes |
26.09 % |
Unused |
0.03 |
Unused |
60.87 % |
Total |
0.04 |
Number
of Rows |
558 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
dbo.campol.campol_ux | INDEX |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.campol
(
obsno int NOT NULL
)
LOCK ALLPAGES
go