Introduction
  • Introduction
Setting up Environment
  • Oracle Database Download
  • OPENING SQL DEVELOPER
  • CREATING CONNECTION
Database Operations
  • Creating a new table
  • Altering an existing Table
  • Understanding Primary and Foreign Key
  • Data Operations Quiz
Data Manipulation
  • Insert data in Table
  • SELECT Command
  • Updating values in Table
  • DELETE data from table
  • WHERE Clause
  • ORDER BY Clause
  • DROP a Table
  • Data Manipulation Quiz
Logical and Mathematical Operation
  • Use of AND & OR
  • How to use IN and NULL
  • Use of LIKE function
  • Mathematical Functions
  • Logical and Mathematical Operation Quiz
Dealing with Characters
  • SUBSTR & INSTR Function
  • LAPD,RPAD & TRIM Function
  • How to CONCATENATE
  • LOWER & UPPER Function
  • How to replace character in a string
  • FETCH FIRST N ROWS ONLY & ROWNUM Function
  • Dealing with Characters Quiz
JOINS IN SQL
  • JOIN AND ITS TYPE
  • JOIN AND ITS TYPE QUIZ
GROUP BY AND HAVING
  • GROUP BY AND ITS USE
  • HAVING CLAUSE
  • GROUP BY AND HAVING QUIZ
Advanced SQL Functions
  • How to Use CASE statement
  • What is View in Oracle SQL
  • How to Use CTE
  • Rank Function and Dense Rank on SQL
  • Row Number function SQL
  • How to do Pivot and Unpivot your data in SQL