Database View Description of "view_support_type"

Name

view_support_type

Description

Purpose

Schema

CREATE VIEW view_support_type AS
  SELECT support_type.identifier, manufacturer.name, model, variation, manufacturer.url
    FROM support_type, manufacturer
   WHERE support_type.manufacturer = manufacturer.identifier
   ORDER BY manufacturer.name, model, variation;

Related tables

History

Used first

Version 2.5

Used last

Still in use

Change history

= Version 2.5 =

CREATE VIEW view_support_type AS
  SELECT support_type.identifier, manufacturer.name, model, variation, manufacturer.url
    FROM support_type, manufacturer
   WHERE support_type.manufacturer = manufacturer.identifier
   ORDER BY manufacturer.name, model, variation;
podoc/view_support_type_sql_view.txt · Last modified: 2007/04/23 10:23 by Luud
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0