Posts

Showing posts from August, 2017

Calculating QTD in Sql (Oracle)

Image
Trunc  Function help us to  reach the first Date of specified Date Level: Date Levels: Year, Quarter, Month, Week. Calculating QTD Dates

Showing 10 Records of a table with Selected Columns in SQL (Oracle)

Image

Looking at Definition of Table ( Structure of Table) in SQL (Oracle)

Image

Showing 10 Records a table in SQL (Oracle)

Image

Creating Tables in SQL (Oracle)

Image
There are several Ways of creating Tables in Oracle either creating Manually, using the Tools or Copying the Structure of other Table. 1) Manually Creating a table and inserting the data 2)  Creating a table and importing the data  Using Tool 3) Copying Structure from Other Table.