Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

View: vwmiltypegebied

 

 

Schema

public

 

Owner

waveuser005

 

Descriptions

There is no description for view vwmiltypegebied

 

Fields

Name

Data type

Description

dvmiltype_omschrijving

varchar(40)

 

ddmiltype_vervaldatum

timestamp

 

dnkeymiltype

integer

 

dvomschrijving

varchar(40)

 

ddvervaldatum

timestamp

 

dnkeymilgebied

integer

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table vwmiltypegebied

 

Definition

CREATE VIEW public.vwmiltypegebied (
   dvmiltype_omschrijving,
   ddmiltype_vervaldatum,
   dnkeymiltype,
   dvomschrijving,
   ddvervaldatum,
   dnkeymilgebied)
AS
SELECT
tbmiltypegebied.dvomschrijving AS dvmiltype_omschrijving,
   tbmiltypegebied.ddvervaldatum AS ddmiltype_vervaldatum,
   tbmiltypegebied.dnkey AS dnkeymiltype,
   tbmilgebied.dvomschrijving,
   tbmilgebied.ddvervaldatum,
   tbmilgebied.dnkey AS dnkeymilgebied
FROM tbmilgebied
    JOIN tbmiltypegebied ON tbmilgebied.dnkeymiltypegebied = tbmiltypegebied.dnkey;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13
Previous topic Chapter index Next topic