INFORMATION_SCHEMA.TABLES

Returns a list of table information for the current InMemory database. The following information will be returned:

Table_Catalog

Name of the tables catalog (targitdb - static)

Table_Schema

Name of the tables schema (dbo - static)

Table_Name

Name of the table

Table_Type

Type of the table (BASE TABLE - static)


Example:

SELECT * FROM INFORMATION_SCHEMA.TABLES
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.