SHOW TABLE_SERVICES
Description
Lists all Table Services for the specified table.
Note that the SQL statement does not end with ;
Syntax
SHOW TABLE_SERVICES
LAKE = <string>
DATABASE = <string>
TABLE = <string>
Example
SHOW TABLE_SERVICES
LAKE = 'my_lake'
DATABASE = 'my_lake_default'
TABLE = 'my_table'