Posts Tagged ‘keywords’

The Case of Better Readable Code

When you code, you write your programs either in all lower case, all upper case, or a combination of the two. Let’s take PL/SQL for example, almost all PL/SQL programming best practices and coding styles that I’ve come across recommend using upper and lower. The following is an excerpt from the book Oracle PL/SQL Best […]

What does RESERVED = Y really mean?

Recently, I came across the view v$reserved_words. I wanted to know more about this view, so I did a little research and the result was the following list of questions and answers.

What information does v$reserved_words give?

Up to Oracle database version 10g Release 1 (10.1), the definition of this view was:

This view gives a […]