✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A junior developer executes the following SQL statement:
<SQL>
INSERT INTO Student (ID, Name) VALUES (7, 'New');
What happens if ID is the primary key and the value 7 already exists in the table?