APEX04.SQL02: Use INSERT INTO statements to put data in tables. Errors: uniqueness and integrity

Опубликовано: 03 Январь 2025
на канале: J Kreie Database
1,701
15

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 explains the INSERT INTO command and illustrates two types of errors you might encounter. A “uniqueness” constraint will occur if the INSERT INTO command tries to enter the same primary value twice. This is also known as an entity integrity error. A “referential” error occurs when a record is inserted but a foreign key column has an invalid value.

The scripts are at: http://db.kreie.net