We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34d235 commit b6612f4Copy full SHA for b6612f4
hr-sql-data-insert.sql
@@ -1,3 +1,5 @@
1
+/* Source Atribution: http://www.sqltutorial.org/sql-sample-database/ */
2
+
3
/*Data for the table regions*/
4
INSERT INTO regions(region_id,region_name) VALUES (1,'Europe');
5
INSERT INTO regions(region_id,region_name) VALUES (2,'Americas');
0 commit comments