Across
- 1. A SQL keyword used to define multiple values used for filtering criteria within a query.
- 4. A backup of an entire database.
- 5. A virtual table used to sort information in an entity and make that information easier to retrieve than without the index.
- 7. A join that shows all records from both tables within a defined join.
- 10. Key An entity field used to help create a one-to-many relationship between entities.
- 12. A SQL keyword set used to define fields that should be aggregated when aggregates are used within a query.
Down
- 1. A join that shows related records from both tables within the join.
- 2. A SQL command used to run a stored procedure.
- 3. A keyword used to return records without duplicate values among fields specified in a query.
- 4. A property that defines data in an entity. Also known as a column.
- 6. A database object with organized rows and columns as data. Also known as a table.
- 8. A SQL keyword used to remove a database object.
- 9. Adding a row of data to an entity.
- 11. An Entity Relationship Diagram (ERD) is a visual representation of a database, its entities, and the relationships among those entities.
