Files
exercises-in-programming-style/14-tabular
Bruce Adams 5749c2c50f Enhance testing: run all executables
Add a #! line at the beginning of each of the existing Python programs
and change these files to be executable. This sets the stage for having
the test script blindly run anything that is executable, adding support
for testing many programming languages.
2013-09-24 22:09:30 -04:00
..
2013-09-22 12:26:28 -07:00
2013-09-24 22:09:30 -04:00

Style #14

Constraints:

  • The input data of the problem is modeled as entities and relations between them

  • The data is placed in tables, with each row potentially cross-referencing rows in other tables

  • Existence of a relational query engine

  • The problem is solved by issuing queries over the tabular data

Possible names:

  • Tabular
  • Flatland
  • Relational