Commands in SQL

12345678910
Across
  1. 6. Removes user access rights or privileges
  2. 7. Modifies the structure of an existing table, for example, adding or deleting columns.
  3. 8. Modifies existing data within a table
  4. 9. Retrieves data from one or more tables.
  5. 10. Deletes a table and all its data permanently.
Down
  1. 1. Adds new rows to a table
  2. 2. Deletes the entire database.
  3. 3. Creates a new table in the database.
  4. 4. Removes rows from a table
  5. 5. Allows specified users to perform specified tasks.