The technical purpose of identifying a full table scan is to eliminate unnecessary data processing that occurs when a database engine reads every single row in a table to satisfy a query. An execution plan is a roadmap generated by the database engine that shows the exact steps taken to retrieve data. A full table scan occurs when the engine lacks a more eff....
Log in to view the answer