Across
- 2. | Arithmetic operator represented by % (gives the remainder) |
- 3. | Rules applied to table columns to maintain data accuracy and integrity |
- 5. | Columns that make up tables in the relational data model |
- 11. | Constraint that assigns a value automatically when none is provided |
- 16. | DML command to remove records from a table |
- 17. | DCL command used to remove granted permissions from users |
- 18. | DQL command used to retrieve specific data based on conditions |
- 19. | Any column(s) that can qualify as Primary Key |
- 23. | Command category managing operations using commit, rollback, and savepoint |
- 25. | Candidate keys that were not chosen as the Primary Key |
- 29. | Conceptual framework defining how data is organized into tables |
- 31. | Join type that returns the Cartesian product (all combinations of rows) |
- 34. | Any set of columns that uniquely identify rows (PK plus extras) |
- 35. | Command category managing data stored inside database tables (Insert, Update, Delete) |
- 37. | Range operator testing if a value matches any item in a list |
- 38. | Set operator combining results from two queries and removing duplicates |
- 40. | Unique identifier for each record, combining NOT NULL and UNIQUE |
- 44. | Combination of two or more columns to uniquely identify a record |
- 46. | Functions used to summarize data, such as COUNT, AVG, or SUM |
- 47. | Constraint ensuring a column cannot have missing values |
- 49. | Organization that adopted SQL as a standard in 1987 |
- 51. | Pattern matching operator using % (any characters) or \_ (one character) wildcards |
- 52. | Constraint ensuring all values in a column are different |
- 54. | DCL command used to provide privileges to users |
- 56. | Scalar function that adjusts a numeric value to a specified number of decimal places |
- 57. | Alternative set operator returning rows in the first query but not the second |
- 58. | Command category for fetching and querying data from the database |
- 59. | DML command to add new records (rows) into a table |
Down
- 1. | Join type returning all rows from both tables, with NULLs where there is no match |
- 4. | DDL command to delete databases or tables permanently |
- 6. | Set operator returning only rows common to both queries |
- 7. | Data organized into tables in the relational data model |
- 8. | DML command to modify existing records with new values |
- 9. | Scalar function used to display text in capital letters |
- 10. | Rows that make up tables in the relational data model |
- 12. | Special operator comparing a value with at least one value in a list |
- 13. | Constraint ensuring values meet a specified condition (e.g., Age >= 18) |
- 14. | TCL command to undo changes made by the last transaction |
- 15. | Set operator returning rows in the first query but not in the second |
- 20. | Range operator testing if a value lies in an inclusive range |
- 21. | Constraint maintaining referential integrity by linking two tables |
- 22. | Join type where a table joins with itself (used for comparisons or hierarchy) |
- 24. | Join type returning all rows from the left table and matched rows from the right |
- 25. | Special operator comparing a value with every value in a list |
- 26. Organization that adopted SQL as a standard in 1986 |
- 27. | DDL command to make new databases, tables, or views |
- 28. | Command category controlling access and permissions for users |
- 30. | Join type that returns only rows with matching values in both tables |
- 31. | TCL command to save all changes permanently to the database |
- 32. Standardized programming language used to manage and manipulate data in RDBMS |
- 33. | Logical operator requiring at least one condition to be true |
- 36. | TCL command marking a point in a transaction to roll back partially |
- 39. | Functions that transform or manipulate data, such as ROUND or UPPER |
- 41. | Logical operator requiring both conditions to be true |
- 42. | Join type returning all rows from the right table and matched rows from the left |
- 43. | DDL command to modify existing database objects (e.g., adding a column) |
- 45. | Operator used to test specifically for missing values |
- 48. | Command category defining the structure of the database |
- 50. | The logical structure or blueprint of a database; a container holding objects like tables and views |
- 53. | Special operator returning TRUE if a subquery returns any rows |
- 55. | Logical operator that negates a condition |
