Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archie-cm/note_coding
This repository contains various coding exercises, scripts, and SQL examples for learning and practicing different programming and database concepts.
https://github.com/archie-cm/note_coding
Last synced: 2 days ago
JSON representation
This repository contains various coding exercises, scripts, and SQL examples for learning and practicing different programming and database concepts.
- Host: GitHub
- URL: https://github.com/archie-cm/note_coding
- Owner: archie-cm
- Created: 2024-01-12T07:00:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T15:29:51.000Z (13 days ago)
- Last Synced: 2025-01-08T16:38:53.472Z (13 days ago)
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Exercises and Sample Repository
This repository contains various coding exercises, scripts, and SQL examples for learning and practicing different programming and database concepts.
## Table of Contents
- [Overview](#overview)
- [File Descriptions](#file-descriptions)
- [Usage](#usage)
- [License](#license)---
## Overview
This repository is organized into files and scripts covering:
1. Java programming challenges.
2. SQL scripts for multiple database systems.
3. Python exercises for data engineering.
4. Database stored procedures and workflow management examples.## File Descriptions
### Java Files
- **`code_challenges.java`**: A collection of Java coding challenges, including algorithms like converting Roman numerals to integers.
- **`javaPath.java`**: Contains implementation for a `SuperHeroController` or other Java path-related concepts.### SQL Files
- **`data_engineer.sql`**: Contains SQL queries, including one for checking if a record is canceled.
- **`mySQL.sql`**: SQL queries and operations specific to MySQL.
- **`postgreSQL.sql`**: Scripts for restoring databases or operations specific to PostgreSQL.
- **`db2.sql`**: SQL scripts created for IBM Db2 databases.
- **`sp_db2.sql`**: Stored procedure scripts for Db2 databases.
- **`workflow_check.sql`**: SQL script to manage and check workflows in database systems.### Python Files
- **`data_engineer_path.py`**: Python script with examples of data engineering concepts like creating line charts.## Usage
- Clone the repository:
```bash
git clone
```
- Navigate to the desired file or script.
- Run the scripts in their respective environments (e.g., Python for `.py` files, MySQL/PostgreSQL/Db2 for `.sql` files, Java IDE for `.java` files).## License
This repository is for educational purposes and does not include a license file. Please consult the owner for usage rights or contribute as needed.---
Feel free to explore the files and enhance your coding and database management skills!