DatabaseandSQL

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