All SQL identifiers in Figure 3-1 can be used with Universal Server databases, OnLine Dynamic Server databases, or INFORMIX-SE databases unless the Notes column indicates otherwise.
The SQL Segment column in Figure 3-1 refers to the segment in the Informix Guide to SQL: Syntax that gives the complete syntax of the identifier. In many cases, the complete syntax of an SQL segment can include other identifiers. For example, the Index Name segment in the Informix Guide to SQL: Syntax shows that the syntax of an index name can include a database name, a database server name, and an owner name as well as the simple name of the index.
When you look up a particular object in Figure 3-1, keep in mind that the simple name of the object accepts multibyte characters, but the other identifiers in the syntax for that object accept multibyte characters only if they also appear in the table. For example, the database name identifier within the Index Name segment accepts multibyte characters, but the database-server-name identifier within the Index Name segment does not accept multibyte characters.
If your database server is on a computer with the UNIX operating system, the owner-name qualifier defaults to the UNIX login ID. However, most versions of UNIX do not support multibyte characters in the UNIX login IDs.