You are on page 1of 9

Date of Start

SQL Basics Complete


DDL, DML,DRL Create
ONFLY Table Creation*
Insert
Update
Delete*
Drop*
Truncate*
Commit
Rollback
Purge
FlashBack
Arthamatic Operations
Addition(+)
Sustraction (-)
Multiplication(*)
Division(/)
Comparision Operators
=
<>.!=
<.<=
>,>=
Logical Operators
AND
OR
NOT
Key Words
Is Null*
Is not null*
NVL*
||
Column Alisas
In
Not in
Between and
Distinct*
BREAK ON DEPTNO
CLEAR BREAK
Like*
Not Like
Clauses
Select
From
Where*
Clauses

Order by
Group by
Having*
Aggrigate Functions
SUM
AVG
MIN
MAX
COUNT
Functions
Number Functions Round
Trunc
SQRT
POWER
MOD*
CEIL
Floor
Rownum
String Funcations Upper
Lower
Initcap
Substr
instr
Length
Ltrim
Rtrim
Lpad
Rpad
Date Functions Add_months
Next_Day
Last_day
Round
Trunc
Arthamatic operations on
Dates
Joins
Inner Join
non Equi Join
Cross join
Self Join
Outer Join Left Outer
Right Outer
Full Outer
Set Operators
Union
Set Operators

Union All
Intersect
Minus
Constraints
Primary Key
Foreign Key
Not Null
Unique
Tableau Training
Duration 30 Days
Trainer Subba Reddy
S.No Topic Content
1 Introduction to Tableau
What is Tableau
What is Data Visualization
Why Visualization
Why Tableau
Tableau Products
2 Tableau Architecture
Explanation
3 Connect to Data
Working with Flat Files
Working with Relational Databases
Live Connection
Working with Joins
Working with Extracts
Working with Custom SQL
Data Source Filters
Connect with Hetrogenious Data Sources
Data Blending
Editing Relationships for blending
4 Working With Views
Creating Simple Views
Convert Dimensions to Measures
Convert Measures to Dimensions
Descreate Vs Continuous
Hiding unwanted Fields
Creating Hierarchies
Working with Grand and Subtotals
Working with Trend Lines and Forecasting
5 Filters
Simple Filter
Cascading Filters
Context Filter
Global Filter
User Filter
6 Parameters
Normal Filters
Dyanamic Filters
7 Sets & Groups
Working with Sets and Groups
Combine Fields
8 Table Calculations
Table Level
Pane Level
Advanced Calculations
9 Worksheet Actions
Filter
Highlight
URL
10 Creating Dashboards
Creating Interactive Dashboards
Working with Dashboard Actions
Working with Web URL's
11 Working with Calculated Fields
Using Tableau Functions
Using pass through Functions
Window Functions
12 Story Points
Create Interactive
Data -Driven Stories
13 Publishing
Publish Data Source to the Server
Publish workbook to the Server
Publish selected Worksheet
14 Security
Object Level Security
Data Level Security
15 Server
Installation
Creating Sites, Projects, Groups and Users
Creating Schedules
Monitoring Background Tasks
Working with User Permissions
Working with subscriptions
Date
13-09-2017
13-09-2017
13-09-2017
13-09-2017
13-09-2017
13-09-2017

14-09-2017

14-09-2017
Primary Key
EMPID ENAME SAL Year Foreign Key
101 SMITH 500000 2017 Sarvokey EMID
102 Scot 78888 2017 1 101 SMITH 475000
103 king 90000 2017 2 101 SMITH 450000
104 miller 78999 2017 3 101 SMITH 30000
105 adams 7900 2017 4 101 SMITH 30000
5
6
EMPID ENAME Location Mobile 7
101 SMITH Hyd 2017 8
102 Scot Hyd 2017 9
103 king Hyd 2017 10
104 miller Hyd 2017 11
105 adams Hyd 2017 12
13
NOT AND
T F T T T
F T F T F
T F F
F F F
OR
T T T
T F T
F T T
F F F
2016 Submited Y
2015 Delivered N
2014 Cancelled Y Junk_key
2013 Returned N 1 Delivered Y
2 Cancelled
3 Returned
4 Submited

SMITH 475000 2016


SMITH 450000 2015
SMITH 30000 2014
SMITH 30000 2013

SMITH 985000

You might also like