Abstract plan derived tables

An abstract plan derived table is a result of access to a stored table during query execution. It can be:

Abstract plan derived tables result from one of the scan operators that specify the access method: scan, i_scan, or t_scan, for example, (i_scan title_id_ix titles).

NoteAbstract plan derived tables should not be confused with SQL derived tables. For information on SQL derived tables, see the Transact-SQL User’s Guide.