4> IF ( SELECT id FROM sysobjects WHERE id=OBJECT_ID('foo')5> AND uid=USER_ID() AND type='U') > 06> DROP TABLE foo7>