Inquiry commands return informational messages, usually about a SQL select statement, such as the SQL data types, or names, of columns that appear in the statement. Most inquiry commands accept a SQL statement as a parameter.
Command  | 
Description  | 
(ODBC only) Display column information for a table.  | 
|
(ODBC only) Display a list of ODBC datasources.  | 
|
Displays the current configuration state.  | 
|
(ODBC only) Display a list of keys that connect tables.  | 
|
(ODBC only) Display a list indexes for a table.  | 
|
Parses the select statement and delivers an informational message describing the name of each column that will appear in the result table.  | 
|
(ODBC only) Display a list of keys within a table.  | 
|
(ODBC only) Display a list of database objects.  | 
|
Parses the select statement and delivers an informational message describing the SQL data type of each column that will appear in the result table.  | 
|
Causes the program to parse the select statement and deliver an informational message describing the maximum possible length of each column selected, with each column's width expressed as a set command.  |