DBMS
Across
- 3. A relational algebra operation used to retrieve specific rows from a database table.
- 5. A relational algebra operation that retrieves certain columns from a relation.
- 7. A relational algebra operation that pairs every tuple of one relation with every tuple of another relation.
- 10. A standard language used to communicate with and manipulate databases.
- 11. A operation which allows combining of two relations by merging pairs of tuples, one from each relation, into a single tuple
- 12. A term used to refer a column
Down
- 1. A set of attributes that uniquely identifies a tuple in a relation.
- 2. A term used to refer a table
- 4. A collection of interrelated data that is managed and accessed using a database management system.
- 6. A diagram that visually represents the relationships between entities in a database.
- 8. A term used to refer a row
- 9. A relational algebra operation that combines all tuples from two relations.