init-data_definition_language_createtable.sql Latest commit History History 115 lines (86 loc) · 2.83 KB Breadcrumbs data-manipulation-practice / sql_ultimate / ...
This script populates the tables that were created in the previous script. ALTER SESSION SET NLS_LANGUAGE=American; INSERT INTO regions (region_id, region_name) VALUES (1, 'Europe'); INSERT INTO ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results