Skip to content

Latest commit

 

History

History
112 lines (80 loc) · 3.81 KB

File metadata and controls

112 lines (80 loc) · 3.81 KB

Trainity Data Analytics Trainee Portfolio

License: MIT

This repository contains all the PDFs, SQL scripts, datasets, portfolio projects, and certificates from the Data Analytics Internship with Trainity. It documents the journey through practical data analytics tasks, with a special focus on SQL and MySQL, as well as data analysis and visualization.

Interested in enrolling? Click here to join the Data Analytics Internship from Trainity!


Table of Contents


About

This portfolio demonstrates hands-on skills in data analytics using MySQL, SQL scripting, and data visualization. It contains masterclass SQL queries, sample datasets, code output, and supporting documentation—ideal for showcasing your capabilities to potential employers or collaborators.


Repository Structure

.
├── Trainity_MySQL_MasterClass/
│   ├── Master_Class_1/
│   │   ├── trainity_mysql_master_class_1.sql
│   │   ├── employee_table.csv
│   │   ├── dept_locations_table.csv
│   │   └── ...
│   ├── Master_Class_2/
│   │   ├── trainity_mysql_master_class_2.sql
│   │   ├── exceution workflow.JPG
│   │   └── ...
│   ├── Master_Class_3/
│   │   ├── trainity_mysql_master_class_3.sql
│   │   └── ...
│   ├── Master_Class_4/ ... Master_Class_9/
│   └── README.md
├── certificates/
│   └── (PDF certificates)
└── portfolio/
    └── (Data analysis project files)

Note: Not all files and folders are shown above. For the complete and latest file list, browse the repository on GitHub.


Key Topics & Projects

  • SQL & MySQL Master Classes:
    Step-by-step SQL queries and command walkthroughs, including:

    • Table creation & DDL commands
    • Data manipulation & DML commands
    • Subqueries (simple & correlated)
    • Views, Aggregation, and Analytical queries
    • Performance considerations & query optimization
  • Sample Datasets:
    CSV files used to demonstrate and validate SQL queries and data manipulations.

  • Portfolio Projects:
    Applications of data analytics and visualization, showcasing practical knowledge and results.

  • Certificates:
    PDF certificates earned during the internship, validating your learning and achievements.


Getting Started

Prerequisites

  • MySQL installed (any recent version)
  • SQL client (MySQL Workbench, DBeaver, etc.)
  • (Optional) Jupyter Notebook for portfolio projects

How to Use

  1. Clone the repository:
    git clone https://github.com/ADVAIT135/Trainity_Data_Analytics_Trainee.git
    cd Trainity_Data_Analytics_Trainee
  2. Open SQL files in your preferred SQL client.
  3. Import CSV files into MySQL as sample tables.
  4. Explore the portfolio and certificate PDFs for more context.
  5. Review the Trainity_MySQL_MasterClass/README.md for detailed breakdowns of each SQL masterclass.

License

This project is licensed under the MIT License.


Contact