SQL and Python

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