List of available publications.
Output
Column | Type | Description |
|---|---|---|
publication_id | INTEGER | Publication primary key. |
title | VARCHAR2 | The publication title. |
edition | VARCHAR2 | The publication edition |
is_published | VARCHAR2 | Y/N flag to indicate if the publication has been published. |
publish_date | DATE | The date that the publication is published. |
Example
The following example shows the use of this view in an SQL statement.
select * from publication_vw; |
Exceptions
None defined at this time.