Sayantan's Blog On Oracle

Sayantan's blogs on Oracle

Learn Oracle with Sayantan

sayan_bappa@yahoo.co.in

Avatar

Basic SQL SELECT Statements in Oracle

Basic SQL SELECT Statements in Oracle:

SQL Statement has the following features:

  • Projection
  • Selection
  • Join

Projection:

Projection simply means that whether we want to query a few columns or all columns from a table.

Selection:

Selection means selecting rows from …