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
1 months agoTy
1 days agoCarri
1 days agoLeah
2 days agoJulie
13 days agoKarma
16 days agoCammy
22 days agoTanesha
26 days agoLatonia
28 days agoFanny
1 months agoVerdell
1 months agoAvery
2 months agoDominic
28 days agoNickole
29 days agoDion
2 months agoStephane
2 months agoGilbert
2 months agoLeonida
2 months agoGilbert
2 months ago