db_venik
Previous topic Chapter index Next topic

View: flo_synonyme_geno

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for view flo_synonyme_geno

 

Columns

Name

Data type

Description

idsynonyme

integer

 

idgeno_syno

integer

 

nom

varchar(128)

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table flo_synonyme_geno

 

Definition

CREATE VIEW public.flo_synonyme_geno (
   idsynonyme,
   idgeno_syno,
   nom)
AS
SELECT
synonyme_geno.idsynonyme,
   synonyme_geno.idgeno AS idgeno_syno,
   synonyme_geno.nom
FROM synonyme_geno;

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