보관함

MSSQL Table List Query

(10%) select name from sysobjects where type=’U’ (13%) select * from information_schema.tables (76%) select * from sys.tables