Schema
Owner
albenard
Descriptions
There is no description for view geno_parent
Columns
Name | Data type | Description |
---|---|---|
idgeno_parent |
integer |
|
jointure_geno_parent |
varchar(50) |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Indices
There are no indices for table geno_parent
Definition
CREATE VIEW public.geno_parent (
idgeno_parent,
jointure_geno_parent)
AS
SELECT genotype.idgeno AS idgeno_parent,
genotype.recup_nom_geno AS jointure_geno_parent
FROM genotype;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |