A table is defined as below. Select the most suitable description about the foreign key constraint. CREATE TABLE master (id INTEGER PRIMARY KEY, name TEXT); CREATE TABLE record (id INTEGER REFERENCES master (id), count INTEGER);
Option C is the correct answer. The foreign key constraint ensures that the corresponding row in the master table cannot be deleted if there is a reference to it in the record table.
Valda
3 days agoVerdell
7 days agoAvery
11 days agoDion
15 days agoStephane
16 days agoGilbert
20 days agoLeonida
24 days agoGilbert
26 days ago