What kind of data model models function parameters and results?
问题 The following table...: CREATE TABLE v ( height int, width int, depth int, volume int, PRIMARY KEY (height, width, depth); ) ... could be used to store the inputs and outputs of a function of 3 variables named volume: volume(height, width, depth) = height * width * depth . What kind of data model am I using here? Is it Entity-Attribute-Value? 回答1: You appear to be mathematically oriented. When Codd(Date) introduced the relational model, he(they) reshaped the existing mathematical language to