Simple query for returning all user tables in Quadrant HR.
SELECT * FROM sysobjects WHERE type = 'U' order by name