What is it?
Example:select name, class, major from Student where name = 'John';is equivalent to:SELECT Name, CLaSs, MaJor From student where NaMe = 'John';but not:select name, class, major
from Student where name = 'JOHN';
Exit to : Oracle Hints and Tips