Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 562 Bytes

Data Manipulation using SQL

The repository contains Basic SQL Commands, Operators, Aggregate Functions and Joins to perform data manipulation in SQL. It contains the data analysis using the following SQL functions:

  • SELECT, INSERT, UPDATE, DELETE
  • Aggregate Functions
  • Joins
  • Subqueries
  • Views
  • Stored Routines: Procedure and Functions
  • Advanced SQL Topics: Variables, Indexes, Trigger and Case
  • Integration with Tableau