The list of topics available for messaging.
Column  | Data Type  | Constraint  | 
|---|---|---|
  | VARCHAR(250)  | NULL  | 
The unique name of the topic used by clients to send messages to and receive messages from a specific topic.  | ||
  | NUMERIC(19)  | NOT NULL  | 
The unique numeric representation of the topic used internally by the SQL-JMS system.  | ||
  | NUMERIC(19)  | NULL  | 
Denotes whether or not the topic is a temporary topic. If the topic is a temporary topic, the column contains the client ID of the client that created the temporary topic. If the topic is not a temporary topic, the column contains the value zero.  | 

