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": [ 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 diff --git a/Scripts/query3.sql b/Scripts/query3.sql new file mode 100644 index 0000000..e69de29