A non-keyed access path allows data access without using an index or key - it accesses data directly through its physical storage location (like a full table scan or sequential access). Update, Resequence, Retrieval, Span, and Query typically use keyed/indexed access methods. Physical access implies accessing data as stored, without going through an index structure.