Which of the following command is correct to delete the values in the relation teaches?
Posted: Thu Jul 14, 2022 8:45 am
a) Delete from teaches;
b) Delete from teaches where Id =’Null’;
c) Remove table teaches;
d) Drop table teaches;
b) Delete from teaches where Id =’Null’;
c) Remove table teaches;
d) Drop table teaches;