From 7bf5794a1becdb1be9e05e8a192e8352ec0b201d Mon Sep 17 00:00:00 2001 From: MustafaR_Projects <150495517+MustafaRcodes@users.noreply.github.com> Date: Sat, 6 Jun 2026 18:08:28 +0000 Subject: [PATCH 1/3] first_commit --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9bc98c8..f1d8925 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,8 +18,7 @@ "screencastMode.onlyKeyboardShortcuts": true, "terminal.integrated.fontSize": 18, "window.zoomLevel": 3, - "workbench.activityBar.visible": true, - "workbench.colorTheme": "Default Light+", + "workbench.colorTheme": "Light+", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true, "sqltools.connections": [ From 0a259e64994a997d752392f100d492397e4b4427 Mon Sep 17 00:00:00 2001 From: MustafaR_Projects <150495517+MustafaRcodes@users.noreply.github.com> Date: Sat, 6 Jun 2026 18:27:25 +0000 Subject: [PATCH 2/3] merge_2 --- Scripts/query.sql | 3 +++ Scripts/query2.sql | 0 2 files changed, 3 insertions(+) create mode 100644 Scripts/query.sql create mode 100644 Scripts/query2.sql diff --git a/Scripts/query.sql b/Scripts/query.sql new file mode 100644 index 0000000..fbf4cc1 --- /dev/null +++ b/Scripts/query.sql @@ -0,0 +1,3 @@ +SELECT firstName, lastName, title +FROM employee +LIMIT 5; \ No newline at end of file diff --git a/Scripts/query2.sql b/Scripts/query2.sql new file mode 100644 index 0000000..e69de29 From 0da5498c4ed4d9f2d5f27d13282671ed492534d0 Mon Sep 17 00:00:00 2001 From: MustafaR_Projects <150495517+MustafaRcodes@users.noreply.github.com> Date: Sat, 6 Jun 2026 18:29:51 +0000 Subject: [PATCH 3/3] query3 --- Scripts/query3.sql | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Scripts/query3.sql diff --git a/Scripts/query3.sql b/Scripts/query3.sql new file mode 100644 index 0000000..e69de29