Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manishkmr49/csi-sql-task_project
This repository contains information and resources related to the Celebal Technologies Summer Internship program for the year 2024, focusing on SQL
https://github.com/manishkmr49/csi-sql-task_project
Last synced: 1 day ago
JSON representation
This repository contains information and resources related to the Celebal Technologies Summer Internship program for the year 2024, focusing on SQL
- Host: GitHub
- URL: https://github.com/manishkmr49/csi-sql-task_project
- Owner: manishkmr49
- Created: 2024-05-23T12:13:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T06:17:56.000Z (8 months ago)
- Last Synced: 2024-12-19T00:18:13.130Z (about 2 months ago)
- Language: TSQL
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSI-SQL-Task & Project
## Project Overview
During the summer internship at Celebal Technologies, I worked on a SQL project aimed at enhancing data management and retrieval processes for a specific client. The primary focus was to optimize database queries, improve data organization, and ensure efficient data retrieval.## Objectives
1. **Optimize Database Queries**: Improve performance and reduce execution time.
2. **Improve Data Organization**: Enhance data integrity and reduce redundancy.
3. **Ensure Efficient Data Retrieval**: Implement indexing and other techniques for faster retrieval.## Features Implemented
1. **Query Optimization**: Restructured complex SQL queries using indexing, query refactoring, and query plan analysis.
2. **Database Schema Refinement**: Normalized tables and redesigned schema layouts to improve data integrity.
3. **Indexing**: Created balanced indexes on frequently accessed columns to speed up performance.
4. **Stored Procedures and Functions**: Developed procedures and functions to encapsulate complex business logic.## Technologies Used
- **SQL**: Primary language for database management.
- **DBMS**: Specific DBMS (e.g., MySQL, PostgreSQL, SQL Server).
- **SQL Profiler/Performance Tools**: Tools for monitoring and analyzing query performance.