sql data definition commands and manipulation commands
Across
- 4. constraints used to validate data in an attribute
- 5. returns the sum of all values for a given column
- 8. limits values to unique values
- 9. permanently deletes an index
- 11. permanently deletes a view
- 12. checks whether a attribute value is within range
- 13. defines a default value for a column
Down
- 1. restores data and their original values
- 2. checks whether a subquery returns any rows
- 3. ensures that a column wont have duplicate values
- 4. permanently saves data changes
- 6. modifies a tables definition
- 7. modifies attribute values in one/more table row
- 8. deletes one or more rows from a table
- 10. inserts row/s into a table
- 14. returns the average of all values for a given colu.