Skip to content

An ode to how Oracle SQL got me interested in the world of DBMS.

Notifications You must be signed in to change notification settings

Farkhanda-Dalal/Oracle-SQL-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Oracle-SQL-101

An ode to how Oracle SQL got me interested in the world of DBMS.

Table of Contents:

  • DDL Queries
    Creating tables, views, index, sequences. Details about all types of keys.
  • DML, DQL, TCL
    Insert, Update, Delete, Select, Grant, Revoke.
  • Functions and Group By Clause
    String and aggregate functions. Group By and Having Clause.
  • Joins and Subqueries
    Inner, Left Outer, Right Outer, Full, Cross, Self Joins and Subqueries/ Nested Queries.
  • PL-SQL
    Anonymous Block, Loops, Stored Procedure, Functions, Cursors, Triggers.