$sql.metaData.supportsDifferentTableCorrelationNames

Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
Syntax
    $sql.metaData.supportsDifferentTableCorrelationNames{jdbcProfileName}
DocumentationRetrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      1 if so; 0 otherwise
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1