1 – parameter
Specifies the value of runtime-options, which must be one of the following: o SQL99 o SQL92 o SQL89 o MIA o SQLV40
2 – parameter-marker
Specifies the value of runtime-options, which must be one of the following: o SQL99 o SQL92 o SQL89 o MIA o SQLV40
3 – MIA
Specifies that SQL returns an error if statements use keywords (reserved words) as identifiers, unless the keywords are enclosed in double quotation marks.
4 – 'string-literal'
Specifies the value of runtime-options, which must be one of the following: o SQL99 o SQL92 o SQL89 o MIA o SQLV40
5 – SQL89
Specifies that SQL returns an error if statements use keywords (reserved words) as identifiers, unless the keywords are enclosed in double quotation marks.
6 – SQL92
Specifies that SQL returns an error if statements use keywords (reserved words) as identifiers, unless the keywords are enclosed within double quotation marks.
7 – SQL99
Specifies that SQL returns an error if statements use keywords (reserved words) as identifiers, unless the keywords are enclosed within double quotation marks.
8 – SQLV40
Specifies that SQL returns an error if statements use keywords (reserved words) as identifiers, unless the keywords are enclosed within double quotation marks.