SQL Studies

12345678910111213141516171819
Across
  1. 3. A feature used to store unstructured data.
  2. 5. The column is optimized for NULL values.
  3. 6. Level of compression.
  4. 8. A key that uses a created column. An Identity column for example.
  5. 10. Feature that tracks data changes in a table.
  6. 12. Not a value.
  7. 13. Physically store the values for a computed column.
  8. 14. A function used to change instance level settings.
  9. 17. Constraint that enforces referential integrity.
  10. 18. Use these to change the default behavior of SQL Server.
  11. 19. Run this code after a CRUD event.
Down
  1. 1. Maximum number of processors available to a query.
  2. 2. A table visible only in the current session.
  3. 4. Auto incrementing number.
  4. 7. Tool used when you need to know what's going on on the instance.
  5. 9. Use this if you don't specify a value.
  6. 10. There can be only one! Index
  7. 11. A key that uses columns that already exist.
  8. 15. Delete the children when the parent are deleted/updated.
  9. 16. How much space to leave in the pages of an index.