entities

On 1/6/07, T&B <[EMAIL PROTECTED]> wrote:
Hi All,

Is there a standard (or even non-standard) term that refers to the
tables, triggers, views, indexes (any others?) in a database?

Their definitions all reside in the sqlite_master table, as returned by:

sqlite> SELECT name, type FROM sqlite_master;

which yields a list like:

Staff       table
Payroll     table
Paycheck    view
Roster      view
NewStaff    trigger

So what would I say that they all (Staff, Payroll, Paycheck, Roster,
NewStaff) are? There must be something more descriptive (and
understood?) than "database item".

Thanks,
Tom


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------




--
Puneet Kishor http://punkish.eidesis.org/
Nelson Inst. for Env. Studies, UW-Madison http://www.nelson.wisc.edu/
Open Source Geospatial Foundation http://www.osgeo.org/education/
---------------------------------------------------------------------
collaborate, communicate, compete
=====================================================================

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to