55![ Prettier Format] ( https://github.com/TheComputationalCore/sql-jdbc-mongodb-tasks/actions/workflows/prettier-format.yml/badge.svg )
66![ License] ( https://img.shields.io/badge/License-MIT-green.svg )
77
8- A structured repository containing SQL queries, JDBC operations,
9- and MongoDB tasks. The project demonstrates backend fundamentals
10- using MySQL, Java, and MongoDB.
8+ A structured repository containing SQL queries, JDBC operations and MongoDB tasks.
9+ The project demonstrates backend fundamentals using ** MySQL** , ** Java** , and ** MongoDB** .
10+
11+ ---
1112
1213## Project Structure
1314
14- ```
15+ ``` text
1516sql-jdbc-mongodb-tasks/
1617├── .github/workflows/
1718├── screenshots/
@@ -23,28 +24,25 @@ sql-jdbc-mongodb-tasks/
2324└── LICENSE
2425```
2526
27+ ---
28+
2629## Task 1 – SQL Queries
2730
2831These SQL queries run on the ` Empl ` table.
2932
3033### Screenshots
3134
32- ![ Full Table] ( screenshots/1.1.png )
33-
34- ![ Salary ≥ 2200] ( screenshots/1.2.png )
35-
36- ![ NULL Commission] ( screenshots/1.3.png )
37-
38- ![ Not Between 2500 and 4000] ( screenshots/1.4.png )
39-
40- ![ No Manager] ( screenshots/1.5.png )
41-
42- ![ Third Letter A] ( screenshots/1.6.png )
43-
44- ![ Ends With T] ( screenshots/1.7.png )
45-
35+ ![ Full Table] ( screenshots/1.1.png )
36+ ![ Salary ≥ 2200] ( screenshots/1.2.png )
37+ ![ NULL Commission] ( screenshots/1.3.png )
38+ ![ Not Between 2500 and 4000] ( screenshots/1.4.png )
39+ ![ No Manager] ( screenshots/1.5.png )
40+ ![ Third Letter A] ( screenshots/1.6.png )
41+ ![ Ends With T] ( screenshots/1.7.png )
4642![ SQL Script] ( screenshots/1.8.png )
4743
44+ ---
45+
4846## Task 2 – JDBC (Java)
4947
5048### Database Connection
@@ -55,10 +53,14 @@ These SQL queries run on the `Empl` table.
5553
5654![ Connection Created] ( screenshots/2.6.png )
5755
56+ ---
57+
5858## Task 3 – MongoDB Queries
5959
6060Queries performed on a product dataset.
61- See ` MONGODB TASK.docx ` .
61+ See ** ` MONGODB TASK.docx ` ** .
62+
63+ ---
6264
6365## Run Instructions
6466
@@ -84,6 +86,8 @@ java QuestionTwo
8486mongoimport --db mydatabase --collection products --file product.json --jsonArray
8587```
8688
89+ ---
90+
8791## License
8892
8993MIT License
0 commit comments