每个数据库中都有一个系统表sysobjects,它存储了本数据库中所有的数据表、约束等信息。在使用BooksManager时,可以通过以下SQL语句查询所有用户表:

Use BooksManager
Select * from sysobjects where xtype='u'