Across
- 1. creates a new table
- 4. is used to limit the value range that can be placed in a column.
- 8. creates a new database
- 9. ives us a way to sort the result set by one or more of the items
- 12. modifies a table
- 13. deletes a table
- 17. count the number of rows and return that count as a column in the result set.
- 18. creates an index (search key)
Down
- 2. modifies a database
- 3. extracts data from a database
- 5. inserts new data into a database
- 6. deletes data from a database
- 7. clause is used to limit the number of rows returned
- 10. allows you to combine rows and aggregate data count the number of rows and return that count as a column in the result set
- 11. clause to get data from multiple tables
- 12. allows you to rename a column or table using an alias.
- 13. deletes an index
- 14. used to calculate the average of a numeric column from the set of rows returned
- 15. to limit the selected rows to the items when a column has a certain pattern of characters contained in it.
- 16. updates data in a database
