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, 5152🔥, 0💬
Popular Posts:
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...
What Are Out-of-Range Errors with DATETIME values in SQL Server Transact-SQL? When you enter DATETIM...
What Is "mysqld" in MySQL? "mysqld" is MySQL server daemon program which runs quietly in background ...
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...