Datubāžu jēdzieni, skaidrojumi
Across
- 4. A graphical representation of entities and relationships
- 5. A query inside another query
- 7. command is used to sort the data returned in descending order
- 10. command is used with WHERE to include rows where either condition is true
- 14. specifies the values of an INSERT INTO statement
- 19. Code that runs automatically when an event occurs
- 20. Database organized by relations or tables
- 23. Temporary storage for quick access
- 25. A property or field of an entity
- 29. Returns all records from the left table
- 31. used to group the result set
- 32. used to add a column in an existing table
- 33. A popular open-source relational database
- 36. command is used to execute a stored procedure
- 39. Non-relational database model
- 40. A structured collection of data stored electronically
- 43. Returns matching records from two tables
- 44. command is used to test for non-empty values (NOT NULL values)
- 45. Returns the length of a string
- 48. A link between two or more tables
- 50. The accuracy and consistency of data
- 51. A rule enforced on data
Down
- 1. A request for data from a database
- 2. command is used to update existing rows in a table
- 3. Returns a number as string
- 5. The structure that defines tables and relationships
- 6. To bring back data from a backup
- 8. A field or attribute in a table
- 9. To undo changes from a transaction
- 11. A unique identifier for a record
- 12. A field that links two tables
- 13. command filters a result set to include only records that fulfill a specified condition
- 15. Structured Query Language
- 16. limits the value that can be placed in a column
- 17. command is used in a WHERE clause to search for a specified pattern in a column
- 18. A copy of database data for recovery
- 21. command is used to sort the data returned in ascending order
- 22. A data structure to speed up queries
- 24. Returns all records from the right table
- 26. A set of data organized in rows and columns
- 27. is used with WHERE to only include rows where both conditions is true
- 28. A single record in a table
- 30. command is used to sort the result set in ascending or descending order
- 34. command is used with UPDATE to specify which columns and values that should be updated in a table
- 35. Returns all records when there is a match in either table
- 37. To save changes made in a transaction
- 38. Copying data from one database to another
- 41. Extremely large and complex data sets
- 42. Combining data from multiple tables
- 46. Formats a value with the specified format
- 47. A real-world object represented in a database
- 49. Combines results of two queries