Across
- 2. A unique value given to an entity to identify it
- 5. Also known as a record, a horizontal entity
- 10. A field that contains no value
- 11. A command to retrieve data
- 13. A virtual table shown based on results of a SQL statement
- 15. Used to explain the statement/ prevent it from executing
- 16. A command to add the newest data
- 18. Another word for "question"
- 19. Clause used to join tables together
- 20. A value that links two or more tables together
- 21. Used to give tables, columns, etc. temporary names
Down
- 1. Stored code for repetitive use
- 3. Used to replace one/more characters in a string
- 4. Used to do math with chosen data
- 6. A reserved word/character in the SQL code, specifies conditions for the SQL statement
- 7. Statement that goes through multiple conditions and returns one true result
- 8. Vertical entity
- 9. A command to remove data
- 12. A language for data manipulation
- 14. A command to add data
- 17. The word used to describe the "grammar" for the program
