db_venik
Previous topic Chapter index Next topic

View: lieu2

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for view lieu2

 

Columns

Name

Data type

Description

idlieu2

integer

 

nom_lieu2

varchar(50)

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table lieu2

 

Definition

CREATE VIEW public.lieu2 (
   idlieu2,
   nom_lieu2)
AS
SELECT
lieu.idlieu AS idlieu2,
   lieu.nom_lieu AS nom_lieu2
FROM lieu;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic