SELECT nameFROM syscolumnsWHERE (id = (SELECT MAX(id) AS Expr1 FROM sysobjects WHERE (xtype = 'u') AND (name = 'lis_inspection_sample')))