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, 5368🔥, 0💬
Popular Posts:
How to download and install the scaled-down database AdventureWorksLT in SQL Server? If you want to ...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...