This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Create tables | |
CREATE TABLE employee ( | |
emp_id INT PRIMARY KEY, | |
first_name VARCHAR(40), | |
last_name VARCHAR(40), | |
birth_day DATE, | |
sex VARCHAR(1), | |
salary INT, | |
super_id INT, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
/********************************* | |
* WORKBENCH | |
********************************/ | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.editor.labelFormat": "short", | |
"workbench.tree.indent": 16, | |
"workbench.editor.highlightModifiedTabs": true, | |
"workbench.editor.limit.enabled": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "ctrl+d", | |
"command": "-editor.action.addSelectionToNextFindMatch", | |
"when": "editorFocus" | |
}, | |
{ | |
"key": "ctrl+d", | |
"command": "editor.action.deleteLines", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π 5 days before WEEKEND | |
π 181 days before MY BIRTHDAY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SVG +2.1k/ -984 βββββββββββββββββββββ 66.5% | |
Astro +12.0k/ -820 βββββββββββββββββββββ 14.7% | |
TypeScript +7.5k/ -165 βββββββββββββββββββββ 11.4% | |
JSON +2.1k/ -385 βββββββββββββββββββββ 2.7% | |
Roff +884/ -182 βββββββββββββββββββββ 2.2% | |
YAML +522/ -256 βββββββββββββββββββββ 1.2% | |
JavaScript +536/ -136 βββββββββββββββββββββ 0.8% | |
Markdown +215/ -25 βββββββββββββββββββββ 0.4% | |
CSS +206/ -8 βββββββββββββββββββββ 0.1% | |
TOML +21/ -0 βββββββββββββββββββββ 0.0% |
OlderNewer