Logo 
Search:

SQL FAQ

Submit Interview FAQ
Home » Interview FAQ » SQLRSS Feeds

What happens during a full-table scan?

  Shared By: Shruti Sharma    Date: Dec 21    Category: SQL    Views: 865

Answer:

A table is read row by row instead of using an index that points to specific rows.

Share: 
 

Didn't find what you were looking for? Find more on What happens during a full-table scan? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: