We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453bfac commit a780e5bCopy full SHA for a780e5b
human_resources/hr_populate.sql
@@ -106,13 +106,13 @@ BEGIN
106
INSERT INTO countries VALUES
107
( 'US'
108
, 'United States of America'
109
- , 10
+ , 20
110
);
111
112
113
( 'CA'
114
, 'Canada'
115
116
117
118
@@ -220,7 +220,7 @@ BEGIN
220
221
( 'ML'
222
, 'Malaysia'
223
- , 50
+ , 30
224
225
226
0 commit comments