SQL Fundamentals — Hard
Key points
- This operator signifies a full scan of the table without utilizing an index
- It can result in slower query performance compared to using an index
- Table scans are resource-intensive operations in SQL queries
Ready to go further?
Related questions
