Reading a List of Tables

Tables in the Northwind database with table_schema="dbo"
table_name="Orders" and table_type="BASE TABLE"

TABLE_CATALOGTABLE_SCHEMATABLE_NAMETABLE_TYPE
NorthwinddboOrdersBASE TABLE

Tables in the Northwind database with table_type="VIEW"

TABLE_CATALOGTABLE_SCHEMATABLE_NAMETABLE_TYPE
NorthwinddboAlphabetical list of productsVIEW
NorthwinddboCategory Sales for 1997VIEW
NorthwinddboCurrent Product ListVIEW
NorthwinddboCustomer and Suppliers by CityVIEW
NorthwinddboInvoicesVIEW
NorthwinddboOrder Details ExtendedVIEW
NorthwinddboOrder SubtotalsVIEW
NorthwinddboOrders QryVIEW
NorthwinddboProduct Sales for 1997VIEW
NorthwinddboProducts Above Average PriceVIEW
NorthwinddboProducts by CategoryVIEW
NorthwinddboQuarterly OrdersVIEW
NorthwinddboSales by CategoryVIEW
NorthwinddboSales Totals by AmountVIEW
NorthwinddboSummary of Sales by QuarterVIEW
NorthwinddboSummary of Sales by YearVIEW
NorthwinddbosysconstraintsVIEW
NorthwinddbosyssegmentsVIEW

[view source]     ©2005 Dave And Al.net