Across
- 2. - deletes a table.
- 5. - Holds a string with a maximum length of 16,777,215 characters.
- 8. - creates a new database.
- 11. - function returns the average value of a numeric column.
- 12. - A FIXED length string (can contain letters, numbers, and special characters). The size parameter specifies the column length in characters - can be from 0 to 255. Default is 1.
- 15. - TRUE if any of the subquery values meet the condition.
- 17. - operator is used to test for the existence of any record in a subquery.
- 19. - TRUE if all the conditions separated are TRUE.
- 21. - updates data in a database.
- 23. - Binary Large Objects max length: 255 bytes.
- 25. - function returns the total sum of a numeric column.
- 28. - inserts new data into a database.
- 29. - TRUE if the operand matches a pattern.
- 32. - creates a new table.
- 34. - A string object that can have 0 or more values, chosen from a list of possible values. You can list up to 64 values in a set list
- 35. - operator is used to filter records based on more than one condition
- 37. - TRUE if any of the conditions separated by # is TRUE.
- 40. - Holds a string with a maximum length of 255 characters.
- 42. - keyword returns all records when there is a match in left or right table records.
- 44. - selects records that have matching values in both tables.
- 45. - statement groups rows that have the same values into summary rows.
- 46. - means that the condition will be true if the operation is true for any of the values in the range.
- 47. - keyword returns all records from the right table, and the matching records from the left table.
- 48. - operator is used to combine the result-set of two or more SELECT statements.
- 49. - statement is used to select data from a database.
Down
- 1. - deletes an index.
- 3. - modifies a database.
- 4. - character is used to substitute one or more characters in a string.
- 6. - A VARIABLE length string (can contain letters, numbers, and special characters). The size parameter specifies the maximum string length in characters - can be from 0 to 65535.
- 7. - Holds a string with a maximum length of 65,535 bytes.
- 9. - Holds a string with a maximum length of 4,294,967,295 characters.
- 10. - expression goes through conditions and returns a value when the first condition is met.
- 13. - The clause was added to SQL because the WHERE keyword cannot be used with aggregate functions.
- 14. - creates an index.
- 16. - Binary Large Objects holds up to 16,777,215 bytes of data.
- 18. - Binary Large Objects holds up to 65,535 bytes of data.
- 20. - extracts data from a database.
- 22. - deletes data from a database.
- 24. - is used to filter records.
- 26. - constraint is used to limit the value range that can be placed in a column.
- 27. - Equal to CHAR(), but stores binary byte strings. The size parameter specifies the column length in bytes. Default is 1.
- 30. - selects values within a given range. The values can be numbers, text, or dates.
- 31. - Equal to VARCHAR(), but stores binary byte strings. The size parameter specifies the maximum column length in bytes.
- 33. - keyword returns all records from the left table, and the matching records from the right table.
- 36. - modifies a table.
- 38. - TRUE if the operand is equal to one of a list of expressions.
- 39. - TRUE if all of the subquery values meet the condition
- 41. -Binary Large Objects holds up to 4,294,967,295 bytes of data.
- 43. - Displays a record if the condition(s) isnt true.
