Across
- 2. Key Specifies that a column can serve as a unique ID for a table entry
- 3. Specifies the column names and data types for a SQL table
- 4. INJECTION Common approach to hack databases by including SQL statements as part of <form> input
- 6. Object-Relational Mapping
- 8. Mapping Diagram style which quickly reveals table columns and relationships
- 12. SQL data type for strings
- 16. SQL keyword which filters the results of a SQL statement
- 17. A class method specifically devoted to creating an object
- 19. The blueprint for an object
- 20. Useful took in computer science for managing complexity
- 22. SQL statement which returns rows from a database
- 23. Merge two SQL tables
Down
- 1. SQL data type for dates
- 3. Software application for organizing, analyzing and storing data in tabular form
- 5. SQL: Structured _________ Language
- 7. SQL statement which adds rows to a database
- 9. Wildcard character in a SQL statement
- 10. Instance of a class
- 11. Python constructor method
- 13. Name for a function that is part of a class
- 14. Python key word used to indicate object-level data/methods should be used over class-level data/methods
- 15. Model Diagram style which quickly reveals the data attributes and methods of a class
- 17. Non-proprietary data format for spreadsheets
- 18. Key Specifies that a column refers to a primary key in a separate table
- 21. Python iterator object which keeps track of the specific database record being currently considered
