Across
- 2. systems software for the definition, creation and manipulation of a database.
- 4. creates a new database in sql
- 6. sql command used to combine two tables in queries
- 8. sql command to update data in a database
- 9. command to extracts data from a database in a query
- 10. sql command to deletes data from a database
Down
- 1. the standard query language used with relational databases for data definition and data modification.
- 3. sql command to create a new table
- 5. sql command to modify the structure of a database
- 7. sql command to inserts new data into a database
