ACM Home Page
Please provide us with feedback. Feedback
Comments on advantages of the relational view
Full text PdfPdf (165 KB)
Source International Conference on Management of Data archive
Proceedings of the 1974 ACM SIGFIDET (now SIGMOD) workshop on Data description, access and control: Data models: Data-structure-set versus relational table of contents
Ann Arbor, Michigan
Pages: 77 - 81  
Year of Publication: 1975
Author
Sponsors
ACM: Association for Computing Machinery
SIGMOD: ACM Special Interest Group on Management of Data
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 1,   Downloads (12 Months): 15,   Citation Count: 2
Additional Information:

abstract   cited by   index terms  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/800297.811531
What is a DOI?

ABSTRACT

I will be drawing a lot of my material from the application programming paper by Chris Date and Ted Codd. It's an excellent paper and I suggest you read it. The major focus of my talk and most of the arguments I'll be presenting have to do with a certain divergence that I see at least between what all the other people in program methodology are trying to do and what the DBTG proposal represents. On one hand, those having anything to do with program methodology are trying to define very concise, high level constructs and discipline programming by cutting down freedom and richness in the programming language. On the other hand, we have the opposite point of view in some of the constructs that we can see in the DBTG proposals. Let us look first at the classic example of a data base concerning suppliers S, parts P, and shipments SP. In the network approach you have two set types, the S-SP and P-SP, in addition to the three record types. In the S-SP set every supplier is an owner and then you have SP member records. Similarly, in the P-SP set occurrence, every part is an owner and the member records are of type SP.