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, 5157🔥, 0💬
Popular Posts:
Collections: Interview Questions MySQL Tutorials MySQL Functions Oracle Tutorials SQL Server Tutoria...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...