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, 4944🔥, 0💬
Popular Posts:
Is PL/SQL Language Case Sensitive in Oracle? PL/SQL language is not case sensitive: Reserved words a...
Where to find answers to frequently asked questions on CREATE, ALTER and DROP Statements in MySQL? H...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
How to put statements into a statement block in SQL Server Transact-SQL? You can put statements into...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...