Out of curiosity, what is the difference between the drop table command and the delete command? Does it have something to do with the fact that if you use the drop command, it deletes the entire table, and if you use the delete command, it deletes just the data in the table?
I’m also a bit confused about the whole notion of a “buffer.” Based on the notes online for Chapter 2 (specifically point #5), it looks like we can avoid most of the sections where the book talks about using the command buffer due to the fact that we are using jedit. But, if we weren’t using jedit, what is the role of the buffer and what does it do?
Comments