MySQL Commands

1234567891011
Across
  1. 5. Uniqly identifies the column
  2. 7. Operator used to extract data on any given pattern
  3. 8. A Clause used to specify condition in a Query
  4. 10. MySQL Command used to add a new row/data in any table
  5. 11. Displays the structure of any table
Down
  1. 1. Removes the duplicate values
  2. 2. Make changes in the structure of a table
  3. 3. Modifies the existing data of a table.
  4. 4. MYSQL Operator used to extract data on basis of range
  5. 6. Erase data from table
  6. 9. Used to open/access any database