Pages

Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts

Cool Oracle SQLs

#1 SELECT 4 + + 4 FROM dual

Result: 8

What is SQL?

SQL means Structured Query Language and enables us interacting with relational database management systems.
As SQL, Oracle SQL is at ANSI standards.
It is not case sensitive language.

1