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, 4135🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on INSERT, UPDATE and DELETE Statements in MySQL...
How To Start Instance with a Minimal Initialization Parameter File in Oracle? The sample initializat...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...
What Is SQL*Plus in Oracle? SQL*Plus is an interactive and batch query tool that is installed with e...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...