APEX 19.1 04 Use SQL Workshop in APEX to run scripts that insert data into tables. See Dark Mode.

Опубликовано: 19 Январь 2025
на канале: J Kreie Database
4,287
28

If the http://db.kreie.net URL doesn't work, go to this website to access the scripts and other files used in this video series. https://sites.google.com/view/db-krei...

This video shows how to use “SQL Scripts,” which is part of SQL Workshop, to run scripts that insert data into tables. We also see an example of what happens if you try to run the same script twice (the DBMS keeps us from inserting the same data twice) and we can an example of an error that might occur when inserting data. We also use the “Data Workshop” component of SQL Workshop to import data from a simple text file and put it in a table.