I don't argue that SQL doesn't have flaws. Nor do I argue that some query results prove hard to present and interpret. Nothing about the relational model limits relations to rows/columns, but by default SQL presents results in that format. A large number of database queries do follow the useful rows/columns or records/attributes pattern. Some don't and for those numerous data analysis and visualization tools that sit on top of SQL exist and have for a long time.
Comments
I don't argue that SQL doesn't have flaws. Nor do I argue that some query results prove hard to present and interpret. Nothing about the relational model limits relations to rows/columns, but by default SQL presents results in that format. A large number of database queries do follow the useful rows/columns or records/attributes pattern. Some don't and for those numerous data analysis and visualization tools that sit on top of SQL exist and have for a long time.