dbo.calu_files

 

Object Type

Table

Datasource

IPMA

Database

icsa

 

Table Usage (MB)

Distribution of Table Space

 

Data

0.01

Data

37.50 %

Indexes

0.00

Indexes

0.00 %

Unused

0.01

Unused

62.50 %

Total

0.02

Number of Rows

106

Dependencies
Referencing Objects
Object Name Object Type
Referenced Objects
Object Name Object Type

DDL

CREATE TABLE dbo.calu_files 
(
    instrument char(3)  NOT NULL,
    filename   char(16) NOT NULL
)
LOCK ALLPAGES
go