Data abstraction has three levels: Physical (lowest), Logical (middle), and View (highest). The View level provides the highest level of abstraction by showing users only the data they need without exposing underlying structures. It simplifies data access by hiding complexity.