02-1. Which of the following guarantess that a data access operation will be performed on the current DB contents of the table <tab> ?
-Ⅹ- select * from <tab>. endselect.
-◎- select * from <tab> bypassing buffer. endselect.
-Ⅹ- select * from <tab> into table <itab>. endselect.
-Ⅹ- select * from <tab> for all entries in <itab>.
bypassing buffer가 먼가요~?