An inline view is a subquery that appears in the FROM clause of a SELECT statement and is treated as a table during query execution. It is not a schema object (that's a regular view), can contain ORDER BY, and is not specifically related to group functions.