>Do other database systems sport temp tables?<

SQL Server has temporary tables.  If you precede the
table name in the 'create table' syntax with a '#', then
it is created as a temporary table.  Also temp views.



Karen

Reply via email to