dbo.related_obs

 

Object Type

Table

Datasource

IPMA

Database

icsa

 

 

Use and Related Data

 

Population

 

Columns
Name Datatype Null
obsno1 int No
obsno2 int No
relationship tinyint No
column
 
 

column
 
 
 

Table Usage (MB)

Distribution of Table Space

 

Data

0.00

Data

12.50 %

Indexes

0.00

Indexes

0.00 %

Unused

0.01

Unused

87.50 %

Total

0.02

Number of Rows

0

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

DDL

CREATE TABLE dbo.related_obs 
(
    obsno1       int     NOT NULL,
    obsno2       int     NOT NULL,
    relationship tinyint NOT NULL
)
LOCK ALLPAGES
go