Here goes an answer for 5 Marks.
Update:
- This is an query used for data manipulation.
- For updating any query you need to move the pointer to the specific location.
- It is helpful in correcting the errors made in insertion or to change any information without deleting the record fully.
- The storage location of the data doesnt change in update.
Append:
- It is an data Insertion query.
- Data/Record are inserted at the end.
- The pointer moves directly to the location, EOF-1. EOF is End of file and it is an Pointer which specifies that there is no more data available and this is the termination point in any file.
- Helpful in entering New record without moving the file.
I think this may give u atleast 4 marks.
Hope you are satisfied with this....please do tell me about any change which are suggested you by the person who is going to check this answer.
Thank You