Consider a relation geq which represents “greater than or equal to”, that is, (x,y) $\epsilon$geq only if y $\le$ x: Create table gaq (Ib integer not null ub integer not null primary key Ib foreign key (ub) references geq on delete cascade):
Which of the following is possible if a tuple (x,y) is deleted?
Reveal answer
Fill a bubble to check yourself
