Skip to content
Open

PR #34

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 3 additions & 0 deletions Scripts/query.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SELECT firstName, lastName, title
FROM employee
LIMIT 5;
Empty file added Scripts/query2.sql
Empty file.
Empty file added Scripts/query3.sql
Empty file.