Page 1 of 1

Which of the following command is correct to delete the values in the relation teaches?

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