Page 1 of 1

How can the values in the relation teaches be deleted?

Posted: Thu Jul 14, 2022 8:47 am
by answerhappygod
a) Drop table teaches;
b) Delete from teaches;
c) Purge table teaches;
d) Delete from teaches where Id =’Null’;