Collections:
PL/SQL Language Case Insensitive in Oracle
Is PL/SQL Language Case Sensitive in Oracle?
✍: FYIcenter.com
PL/SQL language is not case sensitive:
But values in string literals are case sensitive. For example: 'DBA' and 'dba' are different.
⇒ Enter Comments in PL/SQL in Oracle
⇐ Understanding PL/SQL Language Basics
2018-12-26, 6459🔥, 0💬
Popular Posts:
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
How to obtain the version number of the ICU (International Components for Unicode) library using the...
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...