Which database access method is most efficient for retrieving a specific row, using an index to quickly locate the row without having to scan the entire table?
Full table scan
Hash search
Sequential search
Indexed search

Computer Science Übungen werden geladen ...