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, 6142🔥, 0💬
Popular Posts:
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...
How to download and install Microsoft .NET Framework Version 2.0 in SQL Server? .NET Framework Versi...
How To Verify Your PHP Installation in MySQL? PHP provides two execution interfaces: Command Line In...
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
How Run SQL*Plus Commands That Are Stored in a Local File in Oracle? If you have a group of commands...