Q. Which one of the following deletes all the entries but keeps the structure of the relation. (Solved)
1. delete from r where p;
2. delete from instructor where dept name= ’finance’;
3. delete from instructor where salary between 13000 and 15000;
4. delete from instructor;
- d. delete from instructor;