Domain 3 - Lessons 1 & 2 Terms

12345678910111213141516171819202122232425262728
Across
  1. 3. A relationship between two primary keys in two entities.
  2. 5. A value specified, usually by a user, that is used to retrieve data using that value when running a stored procedure.
  3. 6. A statement used to retrieve desired data from a database.
  4. 9. A SQL keyword that allows for the use of wildcards to return approximate matches of criteria within a query.
  5. 14. The process of ensuring that an entity in a database can work with other entities as needed from an organization and relationship standpoint.
  6. 15. An index based on an entity field that is not the primary key of an entity.
  7. 16. A data type consisting of whole numbers.
  8. 17. The combining of two entities within a single query, with data being related on a common field between the two entities.
  9. 18. A keyword set used to sort data within a dataset.
  10. 20. A join that shows all records from one side of the join and related records from the other side of the join.
  11. 23. A keyword used to return matching records between two entities.
  12. 24. A SQL keyword used to get the largest value within a range of values.
  13. 25. A SQL keyword used to define multiple values used for filtering criteria within a query.
  14. 27. A join that shows all records from the first table defined in a join.
  15. 28. A SQL keyword set used to define fields that should be aggregated when aggregates are used within a query.
Down
  1. 1. A window in SQL Server that shows databases and their objects within each server instance.
  2. 2. A join that shows all records from both tables within a defined join.
  3. 4. A value a person enters to use as a filter when running a stored procedure.
  4. 7. A record entered in the many table of a one-to-many relationship that has a value in its foreign key that does not exist in the primary key of the entity used on the other side of the relationship.
  5. 8. An entity relationship between a primary key in one entity and a foreign key in another entity.
  6. 10. A permissions principle that ensures people with access to a database have the permissions they need to perform their job duties, but those permissions are the only ones they have.
  7. 11. A virtual table used to sort information in an entity and make that information easier to retrieve than without the index.
  8. 12. A SQL statement that copies records from one entity to another.
  9. 13. A join that shows related records from both tables within the join.
  10. 19. A value that is returned from running a stored procedure.
  11. 21. A SQL keyword used to indicate an empty value within a field.
  12. 22. A data type that holds a set number of characters in a field and allows for Unicode characters.
  13. 26. A SQL keyword used to get the smallest value within a range of values.