|
|
|
At 20:08 10/22/1999 , you wrote: > > Views are unkeyed logical files.... > > >Huh? Now I'm confused... There's no -point- in having and unkeyed logical. > >The Key is the index sequence. Gotta have one. Au Contraire. The VIEW is very useful, but only for manipulating data with SQL. INDEXes provide the access paths. They can only be attached to a physical file. SQL will examine the WHERE, JOIN and ORDER BY clauses in your query, and select the appropriate access path (index), or build a temporary one if necessary. A VIEW describes data elements, where the data comes from, what transformations are to be performed on it when it is retrieved, and what relationships are required with literals or other column values. A VIEW can be based on one or more physical files or other views, and can contain grouping functions such as SUM, MAX and MIN, as well as calculations, conditional expressions and special register values like USER, CURRENT DATE and CURRENT TIME. It's even possible to build a pivot table as a view of transactional data and have it perform reasonably well. You can do lots of really slick stuff that a few years ago would have required a work file and a HLL program. Pete Hall pbhall@xxxxxxxxxx http://www.execpc.com/~pbhall +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-l@xxxxxxxxxxxx. | To subscribe to this list send email to MIDRANGE-L-sub@xxxxxxxxxxxx. | To unsubscribe from this list send email to MIDRANGE-L-UNsub@xxxxxxxxxxxx. | Questions should be directed to the list owner/operator: david@xxxxxxxxxxxx +---
This mailing list archive is Copyright 1997-2010 by MIDRANGE dot COM and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available here. If you have questions about this, please contact