1 15
2
3
13
4
5
6
7 14
8 16
9
10
11
12

Crossword: Relational Databases

Across

1. A type of database that stores and provides access to data points that are related to one another.

2. An essential component of a relational database that organizes data into rows and columns.

3. A database table that links two or more tables together.

4. A field in one table that refers to the primary key in another table.

5. A key that consists of two or more attributes that together uniquely identify a record.

6. A relational operation that combines data from two or more tables based on a related column between them.

7. The process of organizing data in a database to reduce redundancy and improve data integrity.

8. A set of properties that ensure database transactions are processed reliably in a relational database system.

9. An object or concept that can have data stored about it.

10. The structure that defines the organization of data within a database.

11. A relationship where a single entity is associated with exactly one other entity.

12. A unique identifier for each record in a relational database table.

Down

13. A logical unit of work that is performed as a single, indivisible operation in a relational database.

14. A relationship where multiple entities can be associated with multiple other entities.

15. A relationship where a single entity can be associated with multiple entities.

16. Data structures that improve the speed of data retrieval operations in a relational database.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓