1. The document introduces a relational model of data as an alternative to tree-structured and network models for large shared databases.
2. Key advantages of the relational model include independence between data representation and user applications, and clearer treatment of issues like redundancy and consistency.
3. Existing systems still impose dependencies between data representation characteristics like ordering, indexing, and access paths, and user applications and queries. The relational model aims to reduce these dependencies.