dbo.campol

 

Object Type

Table

Datasource

IPMA

Database

icsa

 

Holds the observation numbers of CAM polarisation observations. All 'C05' observations fit into this category, as well as some 'C99' observations. Those CAM
observations that use the polarisor have been identified and put into this table for easy recognition. See SCREW 369 for further details.

Use and Related Data

This table is used by the UI to identify CAM polarisation observations.

Population

See SCREW 369.
Columns
Name Datatype Null
obsno int No
column obsno
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