Skip to content

Commit b6612f4

Browse files
authored
Update hr-sql-data-insert.sql
1 parent f34d235 commit b6612f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hr-sql-data-insert.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Source Atribution: http://www.sqltutorial.org/sql-sample-database/ */
2+
13
/*Data for the table regions*/
24
INSERT INTO regions(region_id,region_name) VALUES (1,'Europe');
35
INSERT INTO regions(region_id,region_name) VALUES (2,'Americas');

0 commit comments

Comments
 (0)