- This repository is showing my SQL work. In this repository i divide work into three parts
- SQL-1 is showing basic sql Query like create table , insert value in the table , select data from the table , where statement , group by and order by statement.
- SQL-2 is showing intermediate sql Query like INNER Join, Left , Right, Full Outer Join, Union, Case, Having, Update Data, Delete Data, Aliasing, Partition By.
- SQL-3 is showing Advanced sql Query like CTE, Temporary Table, String Function (Like TRIM, LTRIM, RTRIM, REPLACE, SubString,...), Procedure, Subqueries
- All the Query With Output is showed in the Word Document.