Q. How can the values in the relation teaches be deleted? (Solved)
1. drop table teaches;
2. delete from teaches;
3. purge table teaches;
4. delete from teaches where id =’null’;
- b. delete from teaches;
1. drop table teaches;
2. delete from teaches;
3. purge table teaches;
4. delete from teaches where id =’null’;