How can the values in the relation teaches be deleted?
Posted: Thu Jul 14, 2022 8:47 am
a) Drop table teaches;
b) Delete from teaches;
c) Purge table teaches;
d) Delete from teaches where Id =’Null’;
b) Delete from teaches;
c) Purge table teaches;
d) Delete from teaches where Id =’Null’;